Searched refs:dispatch (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.aidl47 void dispatch(in Tag tag);
H A DNfcAdapter.java71 * <p>The MIME type or data URI of this intent are normalized before dispatch -
979 * Enable foreground dispatch to the given Activity.
984 * <p>If any IntentFilters are provided to this method they are used to match dispatch Intents
987 * relies on meta data outside of the IntentFilter matching for that dispatch Intent is handled
990 * match then the dispatch is routed through the given PendingIntent. In other words, the second
999 * the completion of their {@link Activity#onPause} callback to disable foreground dispatch
1004 * @param activity the Activity to dispatch to
1005 * @param intent the PendingIntent to start for the dispatch
1006 * @param filters the IntentFilters to override dispatching for, or null to always dispatch
1017 throw new IllegalStateException("Foreground dispatch ca
1204 public void dispatch(Tag tag) { method in class:NfcAdapter
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java135 boolean handled = event.dispatch(AbstractInputMethodService.this,
/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java156 BackupHelperDispatcher dispatch = new BackupHelperDispatcher();
157 dispatch.addHelper("", new FileBackupHelper(BackupTestActivity.this,
166 dispatch.performRestore(data, 0, state);
/frameworks/base/core/java/android/webkit/
H A DWebIconDatabaseClassic.java55 // Class to handle a result dispatch
65 void dispatch() { method in class:WebIconDatabaseClassic.EventHandler.IconResult
75 ((IconResult) msg.obj).dispatch();
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp78 void dispatch(const omx_message &msg);
116 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) { function in class:android::OMX::CallbackDispatcher
142 dispatch(msg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java390 public void dispatch(Intent intent, String permission) { method in class:SMSDispatcher
406 public void dispatch(Intent intent, String permission, BroadcastReceiver resultReceiver) { method in class:SMSDispatcher
561 // Normal short and non-port-addressed message, dispatch it.
736 dispatch(intent, RECEIVE_SMS_PERMISSION);
750 dispatch(intent, RECEIVE_SMS_PERMISSION);
1446 dispatch(intent, RECEIVE_EMERGENCY_BROADCAST_PERMISSION);
1451 dispatch(intent, RECEIVE_SMS_PERMISSION);
H A DWapPushOverSms.java271 mSmsDispatcher.dispatch(intent, permission);
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1172 * "done". This allows TextView to dispatch these as normal enter keys
2584 * @deprecated Use {@link #dispatch(Callback, DispatcherState, Object)} instead.
2587 public final boolean dispatch(Callback receiver) { method in class:KeyEvent
2588 return dispatch(receiver, null, null);
2598 * @param target The target of the dispatch, for use in tracking.
2602 public final boolean dispatch(Callback receiver, DispatcherState state, method in class:KeyEvent
2658 * Use with {@link KeyEvent#dispatch(Callback, DispatcherState, Object)}
H A DView.java2925 * Listener used to dispatch focus change events.
2942 * Listener used to dispatch click events.
2949 * Listener used to dispatch long click events.
4705 * event text is populated in a separate dispatch path since we add to the
5590 * <p>Note: unlike many View methods, there is no dispatch phase to this
5675 * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
7178 * view has focus, it will dispatch to itself. Otherwise it will dispatch
7198 if (event.dispatch(this, mAttachInfo != null
17862 * The view tree observer used to dispatch globa
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java709 return event.dispatch(this, mDecor != null
H A DActivity.java2013 // Some modes use a SpannableStringBuilder to track & dispatch input events
2043 * it will set up the dispatch to call {@link #onKeyUp} where the action
2087 // something useable has been typed - dispatch it now.
2375 return event.dispatch(this, decor != null
3755 * @param intent The intent to dispatch to the next activity. For
3775 * @param intent The intent to dispatch to the next activity. For
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSMSDispatcher.java126 dispatch(intent, RECEIVE_SMS_PERMISSION, mScpResultsReceiver);
/frameworks/base/core/java/android/widget/
H A DGallery.java1197 return event.dispatch(this, null, null);

Completed in 171 milliseconds