/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | TimerHandler.java | 97 removeMessages(MSG_REPEAT_KEY, tracker); in cancelKeyRepeatTimerOf() 101 removeMessages(MSG_REPEAT_KEY); in cancelKeyRepeatTimers() 124 removeMessages(MSG_LONGPRESS_KEY, tracker); in cancelLongPressTimersOf() 125 removeMessages(MSG_LONGPRESS_SHIFT_KEY, tracker); in cancelLongPressTimersOf() 130 removeMessages(MSG_LONGPRESS_SHIFT_KEY); in cancelLongPressShiftKeyTimer() 134 removeMessages(MSG_LONGPRESS_KEY); in cancelLongPressTimers() 135 removeMessages(MSG_LONGPRESS_SHIFT_KEY); in cancelLongPressTimers() 145 removeMessages(MSG_TYPING_STATE_EXPIRED); in startTypingStateTimer() 181 removeMessages(MSG_DOUBLE_TAP_SHIFT_KEY); in cancelDoubleTapShiftKeyTimer() 205 removeMessages(MSG_UPDATE_BATCH_INPUT, tracker); in startUpdateBatchInputTimer() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
D | TunerSessionWorkerExoV2.java | 568 mHandler.removeMessages(MSG_SMOOTH_TRICKPLAY_MONITOR); in onSmoothTrickplayForceStopped() 893 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessageRetryPlayback() 952 mHandler.removeMessages(MSG_UPDATE_PROGRAM); in handleMessageScheduleOfPrograms() 1076 mHandler.removeMessages(MSG_PARENTAL_CONTROLS); in handleMessageParentalControl() 1179 mHandler.removeMessages(MSG_TUNER_PREFERENCES_CHANGED); in handleMessageTunerPreferencesChanged() 1262 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in handleMessageCheckSignal() 1280 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessageCheckSignal() 1284 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in handleMessageCheckSignal() 1711 mHandler.removeMessages(MSG_CHECK_SIGNAL); in preparePlayback() 1714 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in preparePlayback() [all …]
|
D | TunerSessionWorker.java | 592 mHandler.removeMessages(MSG_SMOOTH_TRICKPLAY_MONITOR); in onSmoothTrickplayForceStopped() 938 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessageRetryPlayback() 997 mHandler.removeMessages(MSG_UPDATE_PROGRAM); in handleMessageScheduleOfPrograms() 1121 mHandler.removeMessages(MSG_PARENTAL_CONTROLS); in handleMessageParentalControl() 1231 mHandler.removeMessages(MSG_TUNER_PREFERENCES_CHANGED); in handleMessageTunerPreferencesChanged() 1319 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in handleMessageCheckSignal() 1339 mHandler.removeMessages(MSG_RETRY_PLAYBACK); in handleMessageCheckSignal() 1343 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in handleMessageCheckSignal() 1794 mHandler.removeMessages(MSG_CHECK_SIGNAL); in preparePlayback() 1797 mHandler.removeMessages(MSG_CHECK_SIGNAL_STRENGTH); in preparePlayback() [all …]
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | NotificationService.java | 170 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onCurrentChannelChange() 242 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand() 243 mHandler.removeMessages(MSG_HIDE_RECOMMENDATION); in onStartCommand() 246 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onStartCommand() 247 mHandler.removeMessages(MSG_UPDATE_RECOMMENDATION); in onStartCommand() 248 mHandler.removeMessages(MSG_HIDE_RECOMMENDATION); in onStartCommand() 264 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommenderReady() 274 mHandler.removeMessages(MSG_SHOW_RECOMMENDATION); in onRecommendationChanged()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/ |
D | FocusOverlayManager.java | 368 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp() 393 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus() 406 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus() 412 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture() 515 public void removeMessages() { in removeMessages() method in FocusOverlayManager 516 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | FocusManager.java | 296 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onTouch() 326 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus() 340 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus() 346 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture() 467 public void removeMessages() { in removeMessages() method in FocusManager 468 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | FocusOverlayManager.java | 399 mHandler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp() 437 mHandler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus() 465 mHandler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus() 471 mHandler.removeMessages(RESET_TOUCH_FOCUS); in capture() 570 public void removeMessages() { in removeMessages() method in FocusOverlayManager 571 mHandler.removeMessages(RESET_TOUCH_FOCUS); in removeMessages()
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/ |
D | KeyboardView.java | 538 removeMessages(); in setKeyboard() 1010 mHandler.removeMessages(MSG_SHOW_PREVIEW); in showPreview() 1069 mHandler.removeMessages(MSG_REMOVE_PREVIEW); in showKey() 1278 mHandler.removeMessages(MSG_REPEAT); in onModifiedTouchEvent() 1279 mHandler.removeMessages(MSG_LONGPRESS); in onModifiedTouchEvent() 1348 mHandler.removeMessages(MSG_LONGPRESS); in onModifiedTouchEvent() 1360 removeMessages(); in onModifiedTouchEvent() 1386 removeMessages(); in onModifiedTouchEvent() 1424 removeMessages(); in closing() 1432 private void removeMessages() { in removeMessages() method in KeyboardView [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterState.java | 256 removeMessages(BLE_START_TIMEOUT); in exit() 296 removeMessages(BREDR_START_TIMEOUT); in exit() 336 removeMessages(BREDR_STOP_TIMEOUT); in exit() 376 removeMessages(BLE_STOP_TIMEOUT); in exit()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | RadioOnStateListener.java | 297 mHandler.removeMessages(MSG_RETRY_TIMEOUT); in cancelRetryTimer() 313 mHandler.removeMessages(MSG_SERVICE_STATE_CHANGED); // Clean up any pending messages too in unregisterForServiceStateChanged() 325 mHandler.removeMessages(MSG_RADIO_OFF_OR_NOT_AVAILABLE); // Clean up any pending messages in unregisterForRadioOff() 338 mHandler.removeMessages(MSG_RADIO_ON); // Clean up any pending messages too in unregisterForRadioOn()
|
/packages/services/Car/evs/manager/1.1/stats/ |
D | StatsCollector.cpp | 82 mLooper->removeMessages(this); in handleMessage() 100 mLooper->removeMessages(this); in handleMessage() 248 mLooper->removeMessages(this); in stopCollection() 301 mLooper->removeMessages(this); in startCustomCollection() 316 mLooper->removeMessages(this); in stopCustomCollection()
|
D | LooperWrapper.cpp | 68 void LooperWrapper::removeMessages(const sp<MessageHandler>& handler) { in removeMessages() function in android::automotive::evs::V1_1::implementation::LooperWrapper 74 return mLooper->removeMessages(handler); in removeMessages()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/ |
D | CaptionTrackRenderer.java | 129 mHandler.removeMessages(MSG_CAPTION_CLEAR); in stop() 288 mHandler.removeMessages(MSG_CAPTION_CLEAR); in reset() 345 mHandler.removeMessages(MSG_CAPTION_CLEAR); in sendCuesToCurrentWindow() 354 mHandler.removeMessages(MSG_CAPTION_CLEAR); in sendBufferToCurrentWindow()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | PbapClientStateMachine.java | 176 removeMessages(MSG_CONNECT_TIMEOUT); in processMessage() 182 removeMessages(MSG_CONNECT_TIMEOUT); in processMessage() 188 removeMessages(MSG_CONNECT_TIMEOUT); in processMessage() 267 removeMessages(MSG_DISCONNECT_TIMEOUT); in processMessage()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
D | FocusOverlayManager.java | 289 handler.removeMessages(RESET_TOUCH_FOCUS); in onSingleTapUp() 314 handler.removeMessages(RESET_TOUCH_FOCUS); in autoFocus() 327 handler.removeMessages(RESET_TOUCH_FOCUS); in cancelAutoFocus() 333 handler.removeMessages(RESET_TOUCH_FOCUS); in capture()
|
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/ |
D | AppEntryListManager.java | 217 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_ALL); in clearHandlers() 218 mBackgroundHandler.removeMessages(BackgroundHandler.MSG_LOAD_PKG); in clearHandlers() 219 mMainHandler.removeMessages(MainHandler.MSG_INFO_UPDATED); in clearHandlers()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 341 removeMessages(MSG_RESUME_SUGGESTIONS); in postResumeSuggestionsInternal() 342 removeMessages(MSG_RESUME_SUGGESTIONS_FOR_START_INPUT); in postResumeSuggestionsInternal() 362 removeMessages(MSG_RESET_CACHES); in postResetCaches() 373 removeMessages(MSG_WAIT_FOR_DICTIONARY_LOAD); in cancelWaitForDictionaryLoad() 381 removeMessages(MSG_UPDATE_SUGGESTION_STRIP); in cancelUpdateSuggestionStrip() 393 removeMessages(MSG_UPDATE_SHIFT_STATE); in postUpdateShiftState() 404 removeMessages(MSG_DEALLOCATE_MEMORY); in cancelDeallocateMemory() 414 removeMessages(i); in removeAllMessages() 420 removeMessages(MSG_SHOW_GESTURE_PREVIEW_AND_SUGGESTION_STRIP); in showGesturePreviewAndSuggestionStrip() 429 removeMessages(MSG_SHOW_GESTURE_PREVIEW_AND_SUGGESTION_STRIP); in showSuggestionStrip() [all …]
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | NetworkRequestDialogActivity.java | 130 mHandler.removeMessages(MESSAGE_STOP_SCAN_WIFI_LIST); in onPause() 144 removeMessages(MESSAGE_STOP_SCAN_WIFI_LIST); 191 mHandler.removeMessages(MESSAGE_STOP_SCAN_WIFI_LIST); in onMatch()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | PhotoPage.java | 571 mHandler.removeMessages(MSG_ON_CAMERA_CENTER); in onPictureCenter() 572 mHandler.removeMessages(MSG_ON_PICTURE_CENTER); in onPictureCenter() 818 mHandler.removeMessages(MSG_HIDE_BARS); in hideBars() 823 mHandler.removeMessages(MSG_HIDE_BARS); in refreshHidingMessage() 965 mHandler.removeMessages(MSG_HIDE_BARS); 1300 mHandler.removeMessages(MSG_UNFREEZE_GLROOT); in onPause() 1309 mHandler.removeMessages(MSG_HIDE_BARS); in onPause() 1310 mHandler.removeMessages(MSG_REFRESH_BOTTOM_CONTROLS); in onPause() 1338 mHandler.removeMessages(MSG_HIDE_BARS); in onFilmModeChanged()
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | InputTaskScheduler.java | 95 mHandler.removeMessages(MSG_BUILD_SCHEDULE); in handleMessage() 196 mHandler.removeMessages(MSG_BUILD_SCHEDULE); in handleAddSchedule() 214 mHandler.removeMessages(MSG_BUILD_SCHEDULE); in handleRemoveSchedule() 242 mHandler.removeMessages(MSG_BUILD_SCHEDULE); in handleUpdateSchedule()
|
/packages/services/Car/watchdog/server/src/ |
D | LooperWrapper.cpp | 60 void LooperWrapper::removeMessages(const sp<MessageHandler>& handler) { in removeMessages() function in android::automotive::watchdog::LooperWrapper 65 return mLooper->removeMessages(handler); in removeMessages()
|
D | IoPerfCollection.cpp | 393 mHandlerLooper->removeMessages(this); in terminate() 412 mHandlerLooper->removeMessages(this); in onBootFinished() 596 mHandlerLooper->removeMessages(this); in startCustomCollection() 610 mHandlerLooper->removeMessages(this); in endCustomCollection() 639 mHandlerLooper->removeMessages(this); in handleMessage() 662 mHandlerLooper->removeMessages(this); in handleMessage() 678 mHandlerLooper->removeMessages(this); in handleMessage()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPowerManagementService.java | 1027 removeMessages(MSG_MAIN_DISPLAY_STATE_CHANGE); in handleMainDisplayStateChange() 1033 removeMessages(MSG_PROCESSING_COMPLETE); in handleProcessingComplete() 1039 removeMessages(MSG_PROCESSING_COMPLETE); in cancelProcessingComplete() 1043 removeMessages(MSG_POWER_STATE_CHANGE); in cancelAll() 1044 removeMessages(MSG_DISPLAY_BRIGHTNESS_CHANGE); in cancelAll() 1045 removeMessages(MSG_MAIN_DISPLAY_STATE_CHANGE); in cancelAll() 1046 removeMessages(MSG_PROCESSING_COMPLETE); in cancelAll()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 466 removeMessages(MESSAGE_INTERNAL_ABS_VOL_TIMEOUT); in processMessage() 786 removeMessages(MESSAGE_INTERNAL_CMD_TIMEOUT); in processMessage() 792 removeMessages(MESSAGE_INTERNAL_CMD_TIMEOUT); in processMessage() 808 removeMessages(MESSAGE_INTERNAL_CMD_TIMEOUT); in processMessage() 962 removeMessages(MESSAGE_INTERNAL_CMD_TIMEOUT); in exit() 994 removeMessages(MESSAGE_INTERNAL_ABS_VOL_TIMEOUT); in handleAbsVolumeRequest()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | AddAccessoryActivity.java | 351 mMsgHandler.removeMessages(MSG_TRIGGER_SELECT_DOWN); in onHwKeyEvent() 432 mMsgHandler.removeMessages(MSG_AUTOPAIR_TICK); in cancelPairingCountdown() 433 mMsgHandler.removeMessages(MSG_START_AUTOPAIR_COUNTDOWN); in cancelPairingCountdown() 443 mMsgHandler.removeMessages(MSG_OP_TIMEOUT); in cancelTimeout()
|