/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
CommandQueue.java | 146 new Pair<String, StatusBarIcon>(slot, icon)).sendToTarget(); 153 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget(); 160 mHandler.obtainMessage(MSG_DISABLE, state1, state2, null).sendToTarget(); 181 mHandler.obtainMessage(MSG_EXPAND_SETTINGS, subPanel).sendToTarget(); 197 mHandler.obtainMessage(MSG_SET_SYSTEMUI_VISIBILITY, args).sendToTarget(); 205 null).sendToTarget(); 215 m.sendToTarget(); 223 triggeredFromAltTab ? 1 : 0, fromHome ? 1 : 0, null).sendToTarget(); 232 null).sendToTarget(); 239 mHandler.obtainMessage(MSG_TOGGLE_APP_SPLIT_SCREEN, 0, 0, null).sendToTarget(); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
BluetoothPbapSession.java | 98 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); 101 mParentHandler.obtainMessage(REQUEST_FAILED, mPendingRequest).sendToTarget(); 115 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); 118 mParentHandler.obtainMessage(REQUEST_FAILED, mPendingRequest).sendToTarget(); 124 mParentHandler.obtainMessage(SESSION_CONNECTED).sendToTarget(); 133 mParentHandler.obtainMessage(SESSION_DISCONNECTED).sendToTarget(); 139 mParentHandler.obtainMessage(REQUEST_COMPLETED, msg.obj).sendToTarget(); 144 mParentHandler.obtainMessage(REQUEST_FAILED, msg.obj).sendToTarget(); 149 mParentHandler.obtainMessage(AUTH_REQUESTED).sendToTarget(); 162 mParentHandler.obtainMessage(AUTH_TIMEOUT).sendToTarget(); [all...] |
BluetoothPbapObexSession.java | 159 mSessionHandler.obtainMessage(OBEX_SESSION_CONNECTED).sendToTarget(); 162 mSessionHandler.obtainMessage(OBEX_SESSION_DISCONNECTED).sendToTarget(); 186 mSessionHandler.obtainMessage(OBEX_SESSION_DISCONNECTED).sendToTarget(); 201 mSessionHandler.obtainMessage(OBEX_SESSION_REQUEST_COMPLETED, req).sendToTarget(); 203 mSessionHandler.obtainMessage(OBEX_SESSION_REQUEST_FAILED, req).sendToTarget();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
CallbackHandler.java | 143 obtainMessage(MSG_SUBS_CHANGED, subs).sendToTarget(); 148 obtainMessage(MSG_NO_SIM_VISIBLE_CHANGED, show ? 1 : 0, 0).sendToTarget(); 153 obtainMessage(MSG_MOBILE_DATA_ENABLED_CHANGED, enabled ? 1 : 0, 0).sendToTarget(); 158 obtainMessage(MSG_EMERGENCE_CHANGED, emergencyOnly ? 1 : 0, 0).sendToTarget(); 163 obtainMessage(MSG_ETHERNET_CHANGED, icon).sendToTarget();; 168 obtainMessage(MSG_AIRPLANE_MODE_CHANGED, icon).sendToTarget();; 172 obtainMessage(MSG_ADD_REMOVE_EMERGENCY, listening ? 1 : 0, 0, listener).sendToTarget(); 176 obtainMessage(MSG_ADD_REMOVE_SIGNAL, listening ? 1 : 0, 0, listener).sendToTarget();
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsVideoCallProvider.java | 108 mProviderHandler.obtainMessage(MSG_SET_CALLBACK, callback).sendToTarget(); 112 mProviderHandler.obtainMessage(MSG_SET_CAMERA, cameraId).sendToTarget(); 116 mProviderHandler.obtainMessage(MSG_SET_PREVIEW_SURFACE, surface).sendToTarget(); 120 mProviderHandler.obtainMessage(MSG_SET_DISPLAY_SURFACE, surface).sendToTarget(); 124 mProviderHandler.obtainMessage(MSG_SET_DEVICE_ORIENTATION, rotation, 0).sendToTarget(); 128 mProviderHandler.obtainMessage(MSG_SET_ZOOM, value).sendToTarget(); 135 mProviderHandler.obtainMessage(MSG_SEND_SESSION_MODIFY_REQUEST, args).sendToTarget(); 140 MSG_SEND_SESSION_MODIFY_RESPONSE, responseProfile).sendToTarget(); 144 mProviderHandler.obtainMessage(MSG_REQUEST_CAMERA_CAPABILITIES).sendToTarget(); 148 mProviderHandler.obtainMessage(MSG_REQUEST_CALL_DATA_USAGE).sendToTarget(); [all...] |
ImsVideoCallProviderWrapper.java | 82 VideoProfile).sendToTarget(); 92 mHandler.obtainMessage(MSG_RECEIVE_SESSION_MODIFY_RESPONSE, args).sendToTarget(); 97 mHandler.obtainMessage(MSG_HANDLE_CALL_SESSION_EVENT, event).sendToTarget(); 105 mHandler.obtainMessage(MSG_CHANGE_PEER_DIMENSIONS, args).sendToTarget(); 110 mHandler.obtainMessage(MSG_CHANGE_VIDEO_QUALITY, videoQuality, 0).sendToTarget(); 115 mHandler.obtainMessage(MSG_CHANGE_CALL_DATA_USAGE, dataUsage).sendToTarget(); 122 cameraCapabilities).sendToTarget();
|
/frameworks/base/telecomm/java/android/telecom/ |
ConnectionServiceAdapterServant.java | 287 mHandler.obtainMessage(MSG_HANDLE_CREATE_CONNECTION_COMPLETE, args).sendToTarget(); 292 mHandler.obtainMessage(MSG_SET_ACTIVE, connectionId).sendToTarget(); 297 mHandler.obtainMessage(MSG_SET_RINGING, connectionId).sendToTarget(); 302 mHandler.obtainMessage(MSG_SET_DIALING, connectionId).sendToTarget(); 307 mHandler.obtainMessage(MSG_SET_PULLING, connectionId).sendToTarget(); 316 mHandler.obtainMessage(MSG_SET_DISCONNECTED, args).sendToTarget(); 321 mHandler.obtainMessage(MSG_SET_ON_HOLD, connectionId).sendToTarget(); 327 .sendToTarget(); 334 .sendToTarget(); 341 .sendToTarget(); [all...] |
VideoCallbackServant.java | 115 mHandler.obtainMessage(MSG_RECEIVE_SESSION_MODIFY_REQUEST, videoProfile).sendToTarget(); 125 mHandler.obtainMessage(MSG_RECEIVE_SESSION_MODIFY_RESPONSE, args).sendToTarget(); 132 mHandler.obtainMessage(MSG_HANDLE_CALL_SESSION_EVENT, args).sendToTarget(); 140 mHandler.obtainMessage(MSG_CHANGE_PEER_DIMENSIONS, args).sendToTarget(); 147 mHandler.obtainMessage(MSG_CHANGE_CALL_DATA_USAGE, args).sendToTarget(); 155 .sendToTarget(); 160 mHandler.obtainMessage(MSG_CHANGE_VIDEO_QUALITY, videoQuality, 0).sendToTarget();
|
VideoCallImpl.java | 64 videoProfile).sendToTarget(); 79 .sendToTarget(); 88 .sendToTarget(); 99 mHandler.obtainMessage(MessageHandler.MSG_CHANGE_PEER_DIMENSIONS, args).sendToTarget(); 108 .sendToTarget(); 117 .sendToTarget(); 126 cameraCapabilities).sendToTarget();
|
InCallService.java | 145 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget(); 150 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget(); 155 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget(); 168 mHandler.obtainMessage(MSG_SET_POST_DIAL_WAIT, args).sendToTarget(); 173 mHandler.obtainMessage(MSG_ON_CALL_AUDIO_STATE_CHANGED, callAudioState).sendToTarget(); 178 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget(); 184 .sendToTarget(); 189 mHandler.obtainMessage(MSG_SILENCE_RINGER).sendToTarget(); 198 mHandler.obtainMessage(MSG_ON_CONNECTION_EVENT, args).sendToTarget();
|
/frameworks/base/core/java/android/printservice/recommendation/ |
RecommendationService.java | 68 mHandler.obtainMessage(MyHandler.MSG_UPDATE, recommendations).sendToTarget(); 83 mHandler.obtainMessage(MyHandler.MSG_CONNECT, callbacks).sendToTarget(); 85 mHandler.obtainMessage(MyHandler.MSG_DISCONNECT).sendToTarget();
|
/frameworks/base/core/java/android/view/ |
InputFilter.java | 137 mH.obtainMessage(MSG_INSTALL, host).sendToTarget(); 145 mH.obtainMessage(MSG_UNINSTALL).sendToTarget(); 156 mH.obtainMessage(MSG_INPUT_EVENT, policyFlags, 0, event).sendToTarget();
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
ResourceRecycler.java | 21 handler.obtainMessage(ResourceRecyclerCallback.RECYCLE_RESOURCE, resource).sendToTarget();
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMessenger.java | 25 message.sendToTarget();
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
CameraAgent.java | 293 CameraOpenCallbackForward.getNewInstance(handler, callback)).sendToTarget(); 319 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); 327 getCameraHandler().obtainMessage(CameraActions.RELEASE).sendToTarget(); 426 CameraOpenCallbackForward.getNewInstance(handler, cb)).sendToTarget(); 501 .sendToTarget(); 534 .sendToTarget(); 554 .sendToTarget(); 570 .obtainMessage(CameraActions.START_PREVIEW_ASYNC, null).sendToTarget(); 588 .sendToTarget(); 611 .sendToTarget(); [all...] |
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
ChatManager.java | 39 .sendToTarget(); 52 bytes, -1, buffer).sendToTarget();
|
/frameworks/base/core/java/android/printservice/ |
PrintService.java | 379 priorityList).sendToTarget(); 390 printerIds).sendToTarget(); 396 printerId).sendToTarget(); 402 printerId).sendToTarget(); 408 printerId).sendToTarget(); 414 .sendToTarget(); 420 printJobInfo).sendToTarget(); 426 printJobInfo).sendToTarget();
|
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 472 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget(); 476 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget(); 480 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget(); 484 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget(); 488 Message.obtain(mInternalHandler, MSG_READY_FOR_SPEECH, noiseParams).sendToTarget(); 492 Message.obtain(mInternalHandler, MSG_RESULTS, results).sendToTarget(); 496 Message.obtain(mInternalHandler, MSG_PARTIAL_RESULTS, results).sendToTarget(); 500 Message.obtain(mInternalHandler, MSG_RMS_CHANGED, rmsdB).sendToTarget(); 505 .sendToTarget();
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 302 mHandler.obtainMessage(MESSAGE_SPEAK, utterance).sendToTarget(); 305 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, feedbackIndex, 0).sendToTarget(); 308 mHandler.obtainMessage(MESSAGE_VIBRATE, feedbackIndex, 0).sendToTarget(); 442 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_SILENT, 0).sendToTarget(); 452 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_VIBRATE, 0).sendToTarget(); 460 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_NORMAL, 0).sendToTarget(); 493 mHandler.obtainMessage(MESSAGE_SPEAK, formatUtterance(event)).sendToTarget(); 495 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, event.getEventType(), 0).sendToTarget(); 497 mHandler.obtainMessage(MESSAGE_VIBRATE, event.getEventType(), 0).sendToTarget(); 507 mHandler.obtainMessage(MESSAGE_STOP_SPEAK).sendToTarget(); [all...] |
/frameworks/base/core/java/android/service/notification/ |
ConditionProviderService.java | 174 mHandler.obtainMessage(H.ON_CONNECTED).sendToTarget(); 179 mHandler.obtainMessage(H.ON_SUBSCRIBE, conditionId).sendToTarget(); 184 mHandler.obtainMessage(H.ON_UNSUBSCRIBE, conditionId).sendToTarget();
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
HeadsetMediaButton.java | 106 mMediaSessionHandler.obtainMessage(MSG_MEDIA_SESSION_INITIALIZE).sendToTarget(); 132 mMediaSessionHandler.obtainMessage(MSG_MEDIA_SESSION_SET_ACTIVE, 1, 0).sendToTarget(); 142 mMediaSessionHandler.obtainMessage(MSG_MEDIA_SESSION_SET_ACTIVE, 0, 0).sendToTarget();
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/ |
PreviewCallback.java | 48 message.sendToTarget();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shortcut/ |
ShortcutKeyServiceProxy.java | 44 mHandler.obtainMessage(MSG_SHORTCUT_RECEIVED, shortcutCode).sendToTarget();
|
/frameworks/base/services/core/java/com/android/server/ |
LockSettingsStrongAuth.java | 129 mHandler.obtainMessage(MSG_REGISTER_TRACKER, tracker).sendToTarget(); 133 mHandler.obtainMessage(MSG_UNREGISTER_TRACKER, tracker).sendToTarget(); 137 mHandler.obtainMessage(MSG_REMOVE_USER, userId, 0).sendToTarget(); 143 userId).sendToTarget();
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasObexClientSession.java | 113 mHandler.obtainMessage(CONNECT).sendToTarget(); 145 mSessionHandler.obtainMessage(MSG_OBEX_CONNECTED).sendToTarget(); 168 mSessionHandler.obtainMessage(MSG_OBEX_DISCONNECTED).sendToTarget(); 174 mSessionHandler.obtainMessage(MSG_REQUEST_COMPLETED, request).sendToTarget();
|