Searched refs:removeMessages (Results 76 - 100 of 100) sorted by relevance

1234

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java473 mResultHandler.removeMessages(MSG_TEST_TIMED_OUT);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java899 mHandler.removeMessages(MSG_HIDE_INTRUDER);
1242 mHandler.removeMessages(MSG_CLOSE_RECENTS_PANEL);
1369 mHandler.removeMessages(MSG_CLOSE_RECENTS_PANEL);
1374 mHandler.removeMessages(MSG_CLOSE_SEARCH_PANEL);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4299 mHandler.removeMessages(MSG_PROCESS_INPUT_EVENTS);
4496 mHandler.removeMessages(MSG_INVALIDATE_DISPLAY_LIST);
4505 mHandler.removeMessages(MSG_INVALIDATE_DISPLAY_LIST);
4511 mHandler.removeMessages(MSG_INVALIDATE, view);
4514 mHandler.removeMessages(MSG_INVALIDATE_RECT, view);
4590 mHandler.removeMessages(what);
/frameworks/base/media/java/android/media/
H A DAudioService.java1717 mAudioHandler.removeMessages(MSG_LOAD_SOUND_EFFECTS);
1718 mAudioHandler.removeMessages(MSG_PLAY_SOUND_EFFECT);
2194 mAudioHandler.removeMessages(MSG_BT_HEADSET_CNCT_FAILED);
2567 handler.removeMessages(msg);
3565 mAudioHandler.removeMessages(MSG_BTA2DP_DOCK_TIMEOUT);
5847 mAudioHandler.removeMessages(MSG_SET_FORCE_BT_A2DP_USE);
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java419 mWebViewCore.removeMessages(WebViewCore.EventHub.WEBKIT_DRAW);
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java843 mHandler.removeMessages(BROADCAST_TIMEOUT_MSG, this);
H A DActivityManagerService.java1223 removeMessages(CHECK_EXCESSIVE_WAKE_LOCKS_MSG);
2051 mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);
4020 mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);
4154 mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);
7102 mHandler.removeMessages(CHECK_EXCESSIVE_WAKE_LOCKS_MSG);
7217 mHandler.removeMessages(DO_PENDING_ACTIVITY_LAUNCHES_MSG);
10861 mHandler.removeMessages(PROC_START_TIMEOUT_MSG, app);
13317 mHandler.removeMessages(GC_BACKGROUND_PROCESSES_MSG);
14203 mHandler.removeMessages(REPORT_USER_SWITCH_MSG);
14204 mHandler.removeMessages(USER_SWITCH_TIMEOUT_MS
[all...]
H A DActiveServices.java1441 mAm.mHandler.removeMessages(ActivityManagerService.SERVICE_TIMEOUT_MSG, r.app);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DBaseRecipientAdapter.java496 removeMessages(MESSAGE_SEARCH_PENDING);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java647 if (mPendingRestartRadio) removeMessages(DctConstants.EVENT_RESTART_RADIO);
/frameworks/base/core/java/android/app/
H A DActivityThread.java787 mH.removeMessages(H.GC_WHEN_IDLE);
1944 mH.removeMessages(H.GC_WHEN_IDLE);
1952 mH.removeMessages(H.GC_WHEN_IDLE);
4495 mH.removeMessages(H.REMOVE_PROVIDER, prc);
4525 mH.removeMessages(H.REMOVE_PROVIDER, prc);
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java2024 removeMessages(MSG_WRITE_STATUS);
2272 removeMessages(MSG_WRITE_STATISTICS);
H A DSyncManager.java681 mSyncHandler.removeMessages(SyncHandler.MESSAGE_CHECK_ALARMS);
/frameworks/base/core/java/android/hardware/
H A DCamera.java964 mEventHandler.removeMessages(CAMERA_MSG_FOCUS);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1651 mH.removeMessages(MSG_EVENT_TIMEOUT, p);
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java504 mHandler.removeMessages(ALARM_EVENT);
H A DLocationManagerService.java1541 mLocationHandler.removeMessages(MSG_LOCATION_CHANGED, location);
/frameworks/base/core/java/android/widget/
H A DTextView.java8776 removeMessages(MESSAGE_TICK);
8793 removeMessages(MESSAGE_START);
8794 removeMessages(MESSAGE_RESTART);
8795 removeMessages(MESSAGE_TICK);
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java1291 mHandler.removeMessages(MSG_USER_ACTIVITY_TIMEOUT);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java2090 mSender.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
2102 mSender.removeMessages(EVENT_WAKE_LOCK_TIMEOUT);
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java1756 mMessageHandler.removeMessages(MESSAGE_TIMED_OUT, this);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1951 mHandler.removeMessages(what);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java576 removeMessages(MCS_UNBIND);
819 removeMessages(WRITE_SETTINGS);
820 removeMessages(WRITE_PACKAGE_RESTRICTIONS);
829 removeMessages(WRITE_PACKAGE_RESTRICTIONS);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3689 mHandler.removeMessages(MSG_DISPATCH_MEDIA_KEY_REPEAT_WITH_WAKE_LOCK);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1579 mHandler.removeMessages(MSG_UPDATE_WAKELOCKS);

Completed in 715 milliseconds

1234