| Package | Description |
|---|---|
| android.app | |
| android.content | |
| android.net.sip | |
| android.os | |
| android.webkit |
| Modifier and Type | Method and Description |
|---|---|
void |
AlertDialog.setButton(CharSequence text,
Message msg)
Deprecated.
|
void |
AlertDialog.setButton(int whichButton,
CharSequence text,
Message msg) |
void |
AlertDialog.setButton2(CharSequence text,
Message msg)
Deprecated.
|
void |
AlertDialog.setButton3(CharSequence text,
Message msg)
Deprecated.
|
void |
Dialog.setCancelMessage(Message msg) |
void |
Dialog.setDismissMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncQueryHandler.handleMessage(Message msg) |
void |
AsyncQueryHandler.WorkerHandler.handleMessage(Message msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
SipAudioCall.sendDtmf(int code,
Message result) |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Message> |
Message.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Message.obtain() |
static Message |
Message.obtain(Handler h) |
static Message |
Message.obtain(Handler h,
int what) |
static Message |
Message.obtain(Handler h,
int what,
int arg1,
int arg2) |
static Message |
Message.obtain(Handler h,
int what,
int arg1,
int arg2,
Object obj) |
static Message |
Message.obtain(Handler h,
int what,
Object obj) |
static Message |
Message.obtain(Handler h,
Runnable callback) |
static Message |
Message.obtain(Message orig) |
Message |
Handler.obtainMessage() |
Message |
Handler.obtainMessage(int what) |
Message |
Handler.obtainMessage(int what,
int arg1,
int arg2) |
Message |
Handler.obtainMessage(int what,
int arg1,
int arg2,
Object obj) |
Message |
Handler.obtainMessage(int what,
Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
Message.copyFrom(Message o) |
void |
Handler.dispatchMessage(Message msg) |
String |
Handler.getMessageName(Message message) |
void |
Handler.handleMessage(Message msg) |
boolean |
Handler.Callback.handleMessage(Message msg) |
static Message |
Message.obtain(Message orig) |
void |
Messenger.send(Message message) |
boolean |
Handler.sendMessage(Message msg) |
boolean |
Handler.sendMessageAtFrontOfQueue(Message msg) |
boolean |
Handler.sendMessageAtTime(Message msg,
long uptimeMillis) |
boolean |
Handler.sendMessageDelayed(Message msg,
long delayMillis) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebView.documentHasImages(Message response) |
boolean |
WebChromeClient.onCreateWindow(WebView view,
boolean isDialog,
boolean isUserGesture,
Message resultMsg) |
void |
WebViewClient.onFormResubmission(WebView view,
Message dontResend,
Message resend) |
void |
WebViewClient.onTooManyRedirects(WebView view,
Message cancelMsg,
Message continueMsg)
Deprecated.
|
void |
WebView.requestFocusNodeHref(Message hrefMsg) |
void |
WebView.requestImageRef(Message msg) |
Copyright © 2008-2013. All Rights Reserved.