OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeMessages
(Results
151 - 175
of
305
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Settings/src/com/android/settings/
BatteryInfo.java
178
mHandler.
removeMessages
(EVENT_TICK);
ChooseLockPassword.java
274
mHandler.
removeMessages
(MSG_SHOW_ERROR);
485
mHandler.
removeMessages
(MSG_SHOW_ERROR);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java
162
mHandler.
removeMessages
(EVENT_UPDATE_INDEX);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryActivity.java
78
mMsgHandler.
removeMessages
(MSG_UNPAIR_TIMEOUT);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TextDecorator.java
344
mHandler.
removeMessages
(MSG_LAYOUT);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
362
mHandler.
removeMessages
(MSG_DELETE_DONE);
449
mHandler.
removeMessages
(MSG_DELETE_DONE);
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java
[
all
...]
/packages/apps/Camera2/src/com/android/camera/
VideoModule.java
469
mFocusManager.
removeMessages
();
[
all
...]
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceService.java
193
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
467
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceService.java
193
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
467
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchPaint.java
179
mHandler.
removeMessages
(MSG_FADE);
187
mHandler.
removeMessages
(MSG_FADE);
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceService.java
193
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
467
mUpdateTimeHandler.
removeMessages
(MSG_UPDATE_TIME);
/frameworks/base/services/core/java/com/android/server/display/
AutomaticBrightnessController.java
264
mHandler.
removeMessages
(MSG_UPDATE_AMBIENT_LUX);
272
mHandler.
removeMessages
(MSG_UPDATE_AMBIENT_LUX);
/frameworks/base/services/core/java/com/android/server/wm/
Session.java
295
mService.mH.
removeMessages
(H.DRAG_START_TIMEOUT, window.asBinder());
375
mService.mH.
removeMessages
(H.DRAG_END_TIMEOUT, window.asBinder());
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java
459
mHandler.
removeMessages
(MSG_SPAM);
510
mHandler.
removeMessages
(MSG_SPAM);
/frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java
465
mHandler.
removeMessages
(MESSAGE_SEARCH_PENDING, partition);
510
mHandler.
removeMessages
(MESSAGE_SEARCH_PENDING, partition);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java
759
mHandler.
removeMessages
(EVENT_WAKE_LOCK_TIMEOUT);
767
mHandler.
removeMessages
(EVENT_WAKE_LOCK_TIMEOUT);
/packages/apps/Camera/src/com/android/camera/
VideoModule.java
573
mHandler.
removeMessages
(SHOW_TAP_TO_SNAPSHOT_TOAST);
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java
365
mDelayedDirectorySearchHandler.
removeMessages
(DIRECTORY_SEARCH_MESSAGE, partition);
384
mDelayedDirectorySearchHandler.
removeMessages
(DIRECTORY_SEARCH_MESSAGE);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java
484
mHandler.
removeMessages
(ItemListHandler.MSG_PROGRESS_INDETERMINATE);
494
mHandler.
removeMessages
(ItemListHandler.MSG_PROGRESS_INDETERMINATE);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java
114
mHandler.
removeMessages
(MSG_NETWORK_REFRESH);
211
mHandler.
removeMessages
(MSG_NETWORK_REFRESH);
/developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
204
mHandler.
removeMessages
(MSG_POST_NOTIFICATIONS);
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherWidgetProvider.java
111
sWorkerQueue.
removeMessages
(0);
/developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java
204
mHandler.
removeMessages
(MSG_POST_NOTIFICATIONS);
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
123
this.
removeMessages
(0);
Completed in 2466 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>