OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_DISABLE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
FusedLocationProvider.java
48
private static final int
MSG_DISABLE
= 2;
92
case
MSG_DISABLE
:
112
mHandler.sendEmptyMessage(
MSG_DISABLE
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java
48
private static final int
MSG_DISABLE
= 2 << MSG_SHIFT;
159
mHandler.removeMessages(
MSG_DISABLE
);
160
mHandler.obtainMessage(
MSG_DISABLE
, state1, state2, null).sendToTarget();
419
case
MSG_DISABLE
:
Completed in 50 milliseconds