|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
android.app | |
android.content | |
android.net.sip | |
android.os | |
android.webkit |
Uses of Message in android.app |
---|
Methods in android.app with parameters of type Message | |
---|---|
void |
AlertDialog.setButton(CharSequence text,
Message msg)
|
void |
AlertDialog.setButton(int whichButton,
CharSequence text,
Message msg)
|
void |
AlertDialog.setButton2(CharSequence text,
Message msg)
|
void |
AlertDialog.setButton3(CharSequence text,
Message msg)
|
void |
Dialog.setCancelMessage(Message msg)
|
void |
Dialog.setDismissMessage(Message msg)
|
Uses of Message in android.content |
---|
Methods in android.content with parameters of type Message | |
---|---|
void |
AsyncQueryHandler.handleMessage(Message msg)
|
void |
AsyncQueryHandler.WorkerHandler.handleMessage(Message msg)
|
Uses of Message in android.net.sip |
---|
Methods in android.net.sip with parameters of type Message | |
---|---|
void |
SipAudioCall.sendDtmf(int code,
Message result)
|
Uses of Message in android.os |
---|
Fields in android.os with type parameters of type Message | |
---|---|
static Parcelable.Creator<Message> |
Message.CREATOR
|
Methods in android.os that return Message | |
---|---|
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)
|
Methods in android.os with parameters of type Message | |
---|---|
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)
|
Uses of Message in android.webkit |
---|
Methods in android.webkit with parameters of type Message | |
---|---|
void |
WebView.documentHasImages(Message response)
|
boolean |
WebChromeClient.onCreateWindow(WebView view,
boolean dialog,
boolean userGesture,
Message resultMsg)
|
void |
WebViewClient.onFormResubmission(WebView view,
Message dontResend,
Message resend)
|
void |
WebViewClient.onTooManyRedirects(WebView view,
Message cancelMsg,
Message continueMsg)
|
void |
WebView.requestFocusNodeHref(Message hrefMsg)
|
void |
WebView.requestImageRef(Message msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |