/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
D | SendTestBroadcastActivity.java | 110 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 124 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 139 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 153 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 167 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 181 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 195 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 209 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 223 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() 237 Message msg = mDelayHandler.obtainMessage(0, this); in onCreate() [all …]
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkStreamHandlerTest.java | 91 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SRC_STR_START)); in testSrcStart() 101 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SRC_STR_STOP)); in testSrcStop() 110 mStreamHandler.handleMessage(mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SNK_PLAY)); in testSnkPlay() 119 mStreamHandler.handleMessage(mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SNK_PAUSE)); in testSnkPause() 130 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.DISCONNECT)); in testDisconnect() 138 mStreamHandler.handleMessage(mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SRC_PLAY)); in testSrcPlay() 148 mStreamHandler.handleMessage(mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SRC_PLAY)); in testSrcPlayIot() 157 mStreamHandler.handleMessage(mStreamHandler.obtainMessage(A2dpSinkStreamHandler.SRC_PLAY)); in testSrcPause() 168 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.AUDIO_FOCUS_CHANGE, in testFocusGain() 180 mStreamHandler.obtainMessage(A2dpSinkStreamHandler.AUDIO_FOCUS_CHANGE, in testFocusTransientMayDuck() [all …]
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | NetworkAgent.java | 657 mHandler.sendMessage(mHandler.obtainMessage(EVENT_AGENT_CONNECTED, registry)); in onRegistered() 662 mHandler.sendMessage(mHandler.obtainMessage(EVENT_AGENT_DISCONNECTED)); in onDisconnected() 667 mHandler.sendMessage(mHandler.obtainMessage(CMD_REQUEST_BANDWIDTH_UPDATE)); in onBandwidthUpdateRequested() 676 mHandler.sendMessage(mHandler.obtainMessage(CMD_REPORT_NETWORK_STATUS, in onValidationStatusChanged() 682 mHandler.sendMessage(mHandler.obtainMessage(CMD_SAVE_ACCEPT_UNVALIDATED, in onSaveAcceptUnvalidated() 689 mHandler.sendMessage(mHandler.obtainMessage(CMD_START_SOCKET_KEEPALIVE, in onStartNattSocketKeepalive() 696 mHandler.sendMessage(mHandler.obtainMessage(CMD_START_SOCKET_KEEPALIVE, in onStartTcpSocketKeepalive() 702 mHandler.sendMessage(mHandler.obtainMessage(CMD_STOP_SOCKET_KEEPALIVE, slot, 0)); in onStopSocketKeepalive() 707 mHandler.sendMessage(mHandler.obtainMessage( in onSignalStrengthThresholdsUpdated() 713 mHandler.sendMessage(mHandler.obtainMessage(CMD_PREVENT_AUTOMATIC_RECONNECT)); in onPreventAutomaticReconnect() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/statemachine/ |
D | StateMachine.java | 971 sendMessageAtFrontOfQueue(obtainMessage(SM_INIT_CMD, mSmHandlerObj)); in completeConstruction() 1248 Message newMsg = obtainMessage(); in deferMessage() 1257 sendMessage(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quit() 1263 sendMessageAtFrontOfQueue(obtainMessage(SM_QUIT_CMD, mSmHandlerObj)); in quitNow() 1608 public final Message obtainMessage() { in obtainMessage() method in StateMachine 1623 public final Message obtainMessage(int what) { in obtainMessage() method in StateMachine 1640 public final Message obtainMessage(int what, Object obj) { in obtainMessage() method in StateMachine 1657 public final Message obtainMessage(int what, int arg1) { in obtainMessage() method in StateMachine 1676 public final Message obtainMessage(int what, int arg1, int arg2) { in obtainMessage() method in StateMachine 1695 public final Message obtainMessage(int what, int arg1, int arg2, Object obj) { in obtainMessage() method in StateMachine [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareStateManager.java | 639 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in delayedInitialization() 649 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in getAwareInterface() 660 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in releaseAwareInterface() 705 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in connect() 724 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in disconnect() 735 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in deferDisableAware() 746 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in reconfigure() 755 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in terminateSession() 768 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in publish() 781 Message msg = mSm.obtainMessage(MESSAGE_TYPE_COMMAND); in updatePublish() [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | TimerHandler.java | 93 obtainMessage(MSG_REPEAT_KEY, key.getCode(), repeatCount, tracker), delay); in startKeyRepeatTimerOf() 119 sendMessageDelayed(obtainMessage(messageId, tracker), delay); in startLongPressTimerOf() 161 obtainMessage(MSG_TYPING_STATE_EXPIRED), mIgnoreAltCodeKeyTimeout); in startTypingStateTimer() 175 sendMessageDelayed(obtainMessage(MSG_DOUBLE_TAP_SHIFT_KEY), in startDoubleTapShiftKeyTimer() 206 sendMessageDelayed(obtainMessage(MSG_UPDATE_BATCH_INPUT, tracker), in startUpdateBatchInputTimer() 221 sendMessageDelayed(obtainMessage(MSG_DISMISS_KEY_PREVIEW, key), delay); in postDismissKeyPreview() 225 sendMessageDelayed(obtainMessage(MSG_DISMISS_GESTURE_FLOATING_PREVIEW_TEXT), delay); in postDismissGestureFloatingPreviewText()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceFocusManager.java | 182 .obtainMessage(MSG_ADD_CALL, 197 .obtainMessage(MSG_REMOVE_CALL, 212 .obtainMessage(MSG_CALL_STATE_CHANGED, oldState, newState, 224 .obtainMessage(MSG_REMOVE_CALL, 232 .obtainMessage(MSG_ADD_CALL, 252 .obtainMessage(MSG_RELEASE_CONNECTION_FOCUS, 264 .obtainMessage(MSG_CONNECTION_SERVICE_DEATH, 296 mEventHandler.obtainMessage(MSG_REQUEST_FOCUS, in requestFocus() 403 Message msg = mEventHandler.obtainMessage( in handleRequestFocus()
|
D | DtmfLocalTonePlayer.java | 166 getHandler().obtainMessage(EVENT_PLAY_TONE, (int) c, 0, Log.createSubsession())); in playTone() 181 getHandler().obtainMessage(EVENT_STOP_TONE, Log.createSubsession())); in stopTone() 208 getHandler().obtainMessage(EVENT_START_SESSION, Log.createSubsession())); in startDtmfSession() 225 getHandler().obtainMessage(EVENT_END_SESSION, Log.createSubsession())); in endDtmfSession()
|
/packages/services/Iwlan/test/com/google/android/iwlan/ |
D | ErrorPolicyManagerTest.java | 144 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testValidCarrierConfig() 215 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testInvalidCarrierConfig() 260 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testChoosingFallbackPolicy() 314 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testCanBringUpTunnel() 366 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testNoErrorScenario() 413 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testWifiDisableUnthrottle() 424 .obtainMessage(IwlanEventListener.WIFI_DISABLE_EVENT) in testWifiDisableUnthrottle() 464 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testWFCDisableUnthrottle() 475 .obtainMessage(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT) in testWFCDisableUnthrottle() 515 .obtainMessage(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT) in testAPMUnthrottle() [all …]
|
D | IwlanEventListenerTest.java | 114 when(mMockHandler.obtainMessage(eq(IwlanEventListener.WIFI_AP_CHANGED_EVENT))) in testWifiApChanged() 133 when(mMockHandler.obtainMessage(eq(IwlanEventListener.CROSS_SIM_CALLING_ENABLE_EVENT))) in testCrossSimCallingSettingEnableChanged() 154 when(mMockHandler.obtainMessage(eq(IwlanEventListener.CROSS_SIM_CALLING_DISABLE_EVENT))) in testCrossSimCallingSettingDisableChanged() 175 when(mMockHandler.obtainMessage(eq(IwlanEventListener.CARRIER_CONFIG_CHANGED_EVENT))) in testOnReceivedCarrierConfigChangedIntent() 177 when(mMockHandler.obtainMessage( in testOnReceivedCarrierConfigChangedIntent() 210 when(mMockHandler.obtainMessage(eq(IwlanEventListener.WIFI_CALLING_ENABLE_EVENT))) in testWfcSettingChanged() 212 when(mMockHandler.obtainMessage(eq(IwlanEventListener.WIFI_CALLING_DISABLE_EVENT))) in testWfcSettingChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 114 mHandler.obtainMessage(MESSAGE_PROFILE_CONNECTION_STATE_CHANGED, 119 mHandler.obtainMessage(MESSAGE_PROFILE_CONNECTION_STATE_CHANGED, 124 mHandler.obtainMessage(MESSAGE_PROFILE_CONNECTION_STATE_CHANGED, 129 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED, 134 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED, 139 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED, 144 mHandler.obtainMessage(MESSAGE_PROFILE_ACTIVE_DEVICE_CHANGED, 153 mHandler.obtainMessage(MESSAGE_ADAPTER_STATE_TURNED_ON).sendToTarget(); 157 mHandler.obtainMessage(MESSAGE_PROFILE_INIT_PRIORITIES, intent).sendToTarget(); 160 mHandler.obtainMessage(MESSAGE_DEVICE_CONNECTED, intent).sendToTarget(); [all …]
|
D | ActiveDeviceManager.java | 140 mHandler.obtainMessage(MESSAGE_ADAPTER_ACTION_STATE_CHANGED, 144 mHandler.obtainMessage(MESSAGE_A2DP_ACTION_CONNECTION_STATE_CHANGED, 148 mHandler.obtainMessage(MESSAGE_A2DP_ACTION_ACTIVE_DEVICE_CHANGED, 152 mHandler.obtainMessage(MESSAGE_HFP_ACTION_CONNECTION_STATE_CHANGED, 156 mHandler.obtainMessage(MESSAGE_HFP_ACTION_ACTIVE_DEVICE_CHANGED, 160 mHandler.obtainMessage(MESSAGE_HEARING_AID_ACTION_ACTIVE_DEVICE_CHANGED,
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationListener.java | 119 mUiHandler.obtainMessage(notificationIsValidForUI(sbn) in handleWorkerMessage() 126 mUiHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, in handleWorkerMessage() 162 mUiHandler.obtainMessage(message.what, activeNotifications).sendToTarget(); in handleWorkerMessage() 228 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_FULL_REFRESH).sendToTarget(); in onNotificationFullRefresh() 242 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_POSTED, sbn).sendToTarget(); in onNotificationPosted() 249 mWorkerHandler.obtainMessage(MSG_NOTIFICATION_REMOVED, sbn).sendToTarget(); in onNotificationRemoved() 255 mWorkerHandler.obtainMessage(MSG_RANKING_UPDATE, rankingMap).sendToTarget(); in onNotificationRankingUpdate() 263 mWorkerHandler.obtainMessage(MSG_CANCEL_NOTIFICATION, key).sendToTarget(); in cancelNotificationFromLauncher()
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | WifiAwareManager.java | 660 Message msg = mHandler.obtainMessage(CALLBACK_CONNECT_SUCCESS); in onConnectSuccess() 669 Message msg = mHandler.obtainMessage(CALLBACK_CONNECT_FAIL); in onConnectFail() 678 Message msg = mHandler.obtainMessage(CALLBACK_IDENTITY_CHANGED); in onIdentityChanged() 799 Message msg = mHandler.obtainMessage(CALLBACK_SESSION_STARTED); in onSessionStarted() 808 Message msg = mHandler.obtainMessage(CALLBACK_SESSION_CONFIG_SUCCESS); in onSessionConfigSuccess() 816 Message msg = mHandler.obtainMessage(CALLBACK_SESSION_CONFIG_FAIL); in onSessionConfigFail() 825 Message msg = mHandler.obtainMessage(CALLBACK_SESSION_TERMINATED); in onSessionTerminated() 836 Message msg = mHandler.obtainMessage(messageType); in onMatchCommon() 865 Message msg = mHandler.obtainMessage(CALLBACK_MATCH_EXPIRED); in onMatchExpired() 874 Message msg = mHandler.obtainMessage(CALLBACK_MESSAGE_SEND_SUCCESS); in onMessageSendSuccess() [all …]
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkAgentInfo.java | 402 mHandler.obtainMessage(EVENT_AGENT_REGISTERED, ARG_AGENT_FAILURE, 0, this) in notifyRegistered() 407 mHandler.obtainMessage(EVENT_AGENT_REGISTERED, ARG_AGENT_SUCCESS, 0, this).sendToTarget(); in notifyRegistered() 437 mHandler.obtainMessage(EVENT_AGENT_DISCONNECTED, this).sendToTarget(); in notifyDisconnected() 623 mHandler.obtainMessage(NetworkAgent.EVENT_NETWORK_CAPABILITIES_CHANGED, in sendNetworkCapabilities() 630 mHandler.obtainMessage(NetworkAgent.EVENT_NETWORK_PROPERTIES_CHANGED, in sendLinkProperties() 637 mHandler.obtainMessage(NetworkAgent.EVENT_NETWORK_INFO_CHANGED, in sendNetworkInfo() 643 mHandler.obtainMessage(NetworkAgent.EVENT_NETWORK_SCORE_CHANGED, in sendScore() 649 mHandler.obtainMessage(NetworkAgent.EVENT_SET_EXPLICITLY_SELECTED, in sendExplicitlySelected() 656 mHandler.obtainMessage(NetworkAgent.EVENT_SOCKET_KEEPALIVE, in sendSocketKeepaliveEvent() 662 mHandler.obtainMessage(NetworkAgent.EVENT_UNDERLYING_NETWORKS_CHANGED, in sendUnderlyingNetworks() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | SampleChunkIoHelper.java | 198 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_OPEN_WRITE, i)); in init() 241 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_READ, index)); in readSample() 260 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_WRITE, params)); in writeSample() 273 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_OPEN_READ, params)); in openRead() 285 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_UPDATE_INDEX, params)); in updateIndex() 294 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_CLOSE_READ, index)); in closeRead() 313 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_RELEASE, conditionVariable)); in release() 414 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_READ, index)); in doOpenRead() 446 mIoHandler.obtainMessage(MSG_READ, index), READ_RESCHEDULING_DELAY_MS); in doRead() 470 mIoHandler.obtainMessage(MSG_READ, index), READ_RESCHEDULING_DELAY_MS); in doRead() [all …]
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 281 Message newMsg = obtainMessage(EVENT_FETCH_DEFAULT_DONE, phoneId, -1); in handleMessage() 291 obtainMessage(EVENT_BIND_DEFAULT_TIMEOUT, phoneId, -1 /*arg2*/, in handleMessage() 343 obtainMessage( in handleMessage() 362 obtainMessage(EVENT_FETCH_DEFAULT_TIMEOUT, phoneId, -1 /*arg2*/, in handleMessage() 397 sendMessage(obtainMessage(EVENT_DO_FETCH_CARRIER, phoneId, -1)); in handleMessage() 415 Message newMsg = obtainMessage(EVENT_FETCH_CARRIER_DONE, phoneId, -1); in handleMessage() 423 obtainMessage(EVENT_BIND_CARRIER_TIMEOUT, phoneId, -1 /*arg2*/, in handleMessage() 483 obtainMessage( in handleMessage() 501 obtainMessage(EVENT_FETCH_CARRIER_TIMEOUT, phoneId, -1 /*arg2*/, in handleMessage() 572 obtainMessage( in handleMessage() [all …]
|
D | CallForwardEditPreference.java | 142 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed() 184 mHandler.obtainMessage(MyHandler.MESSAGE_SET_CF, in onDialogClosed() 194 mHandler.sendMessage(mHandler.obtainMessage(mHandler.MESSAGE_SET_CF_USSD, in onDialogClosed() 242 mHandler.obtainMessage(MyHandler.MESSAGE_GET_CF, in startCallForwardOptionsQuery() 247 mHandler.sendMessage(mHandler.obtainMessage(mHandler.MESSAGE_GET_CF_USSD, in startCallForwardOptionsQuery() 489 obtainMessage(MESSAGE_GET_CF, msg.arg1, MESSAGE_SET_CF, ar.exception)); in handleSetCFResponse() 491 mHandler.sendMessage(mHandler.obtainMessage(mHandler.MESSAGE_GET_CF_USSD, in handleSetCFResponse() 531 return mHandler.obtainMessage(inputMsgWhat, in makeGetCfMessage() 538 return mHandler.obtainMessage(inputMsgWhat, in makeSetCfMessage()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | SampleChunkIoHelper.java | 200 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_OPEN_WRITE, i)); in init() 283 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_READ, index)); in readSample() 304 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_WRITE, params)); in writeSample() 317 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_OPEN_READ, params)); in openRead() 329 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_UPDATE_INDEX, params)); in updateIndex() 338 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_CLOSE_READ, index)); in closeRead() 357 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_RELEASE, conditionVariable)); in release() 459 mIoHandler.sendMessage(mIoHandler.obtainMessage(MSG_READ, index)); in doOpenRead() 491 mIoHandler.obtainMessage(MSG_READ, index), READ_RESCHEDULING_DELAY_MS); in doRead() 515 mIoHandler.obtainMessage(MSG_READ, index), READ_RESCHEDULING_DELAY_MS); in doRead() [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 535 Message msg = mHandler.obtainMessage(MESSAGE_CONNECT, device); in connect() 548 Message msg = mHandler.obtainMessage(MESSAGE_DISCONNECT, device); in disconnect() 650 Message msg = mHandler.obtainMessage(MESSAGE_GET_PROTOCOL_MODE, device); in getProtocolMode() 663 Message msg = mHandler.obtainMessage(MESSAGE_VIRTUAL_UNPLUG, device); in virtualUnplug() 676 Message msg = mHandler.obtainMessage(MESSAGE_SET_PROTOCOL_MODE); in setProtocolMode() 691 Message msg = mHandler.obtainMessage(MESSAGE_GET_REPORT); in getReport() 710 Message msg = mHandler.obtainMessage(MESSAGE_SET_REPORT); in setReport() 739 Message msg = mHandler.obtainMessage(MESSAGE_GET_IDLE_TIME, device); in getIdleTime() 750 Message msg = mHandler.obtainMessage(MESSAGE_SET_IDLE_TIME); in setIdleTime() 761 Message msg = mHandler.obtainMessage(MESSAGE_ON_GET_PROTOCOL_MODE); in onGetProtocolMode() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
D | UserPresetsManager.java | 75 Message msg = mProcessingHandler.obtainMessage(LOAD); in load() 90 Message msg = mProcessingHandler.obtainMessage(SAVE); in save() 99 Message msg = mProcessingHandler.obtainMessage(DELETE); in delete() 110 Message msg = mProcessingHandler.obtainMessage(UPDATE); in update() 120 Message msg = mResultHandler.obtainMessage(LOAD_RESULT); in processLoad()
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | ContactListActivity.java | 174 mHandler.sendMessage(mHandler.obtainMessage(RENDER_LISTVIEW)); in querySummaryData() 214 mHandler.sendMessage(mHandler.obtainMessage(SHOW_STATUS, tips)); in initSipDelegate() 217 mHandler.sendMessageDelayed(mHandler.obtainMessage(SHOW_STATUS, timeoutTips), in initSipDelegate() 226 mHandler.sendMessage(mHandler.obtainMessage(SHOW_STATUS, tips)); in initSipDelegate() 229 mHandler.sendMessageDelayed(mHandler.obtainMessage(SHOW_STATUS, timeoutTips), in initSipDelegate() 238 mHandler.sendMessage(mHandler.obtainMessage(SHOW_STATUS, tips)); in initSipDelegate() 245 mHandler.sendMessage(mHandler.obtainMessage(SHOW_STATUS, tips)); in initSipDelegate()
|
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/ |
D | DishService.java | 70 Message msg = mHandler.obtainMessage(MSG_CANCEL_JOB, 0, 0, jobParameters); in onStopJob() 78 Message msg = mHandler.obtainMessage(MSG_RUN_JOB, 0, 0, jobParameters); in onStartJob() 116 Message msg = handler.obtainMessage(MSG_RUN_JOB, mMyDishNum + 1, 0, mJobParameter); in onPostExecute() 119 Message msg = handler.obtainMessage(MSG_FINISHED, 0, 0, mJobParameter); in onPostExecute()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertAudio.java | 227 sendMessageDelayed(mHandler.obtainMessage(ALERT_PAUSE_FINISHED), in onCreate() 264 sendMessageDelayed(mHandler.obtainMessage( in onCreate() 477 mHandler.sendMessage(mHandler.obtainMessage(ALERT_LED_FLASH_TOGGLE, 1, 0)); in playAlertTone() 486 mHandler.sendMessage(mHandler.obtainMessage(ALERT_SOUND_FINISHED)); in playAlertTone() 494 mHandler.sendMessageDelayed(mHandler.obtainMessage(ALERT_SOUND_FINISHED), in playAlertTone() 500 mHandler.sendMessage(mHandler.obtainMessage(ALERT_SOUND_FINISHED)); in playAlertTone() 558 mHandler.sendMessage(mHandler.obtainMessage(ALERT_SOUND_FINISHED)); in playAlertTone() 566 mHandler.sendMessageDelayed(mHandler.obtainMessage(ALERT_SOUND_FINISHED), in playAlertTone()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 195 mSessionStatusHandler.obtainMessage(CHECK_SECONDARY_VERSION_COUNTER)); in sendUpdateRequest() 253 Message msg = sm.obtainMessage(PbapStateMachine.AUTH_KEY_INPUT, sessionKey); in parseIntent() 388 mSessionStatusHandler.obtainMessage(MSG_RELEASE_WAKE_LOCK), in handleMessage() 590 mSessionStatusHandler.obtainMessage(GET_LOCAL_TELEPHONY_DETAILS)); in start() 591 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS)); in start() 592 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); in start() 603 mSessionStatusHandler.obtainMessage(SHUTDOWN).sendToTarget(); in stop() 808 Message msg = mSessionStatusHandler.obtainMessage(BluetoothPbapService.USER_TIMEOUT, in checkOrGetPhonebookPermission() 839 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(START_LISTENER)); in onAcceptFailed()
|