Home
last modified time | relevance | path

Searched refs:MSG_DISABLE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java48 private static final int MSG_DISABLE = 2; field in FusedLocationProvider
92 case MSG_DISABLE:
112 mHandler.sendEmptyMessage(MSG_DISABLE); in onDisable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java43 private static final int MSG_DISABLE = 2 << MSG_SHIFT; field in CommandQueue
125 mHandler.removeMessages(MSG_DISABLE); in disable()
126 mHandler.obtainMessage(MSG_DISABLE, state, 0, null).sendToTarget(); in disable()
271 case MSG_DISABLE: in handleMessage()