Searched defs:MSG_ACQUIRE_WAKE_LOCK (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java57 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in class:SapService
112 msg.what = MSG_ACQUIRE_WAKE_LOCK;
229 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
415 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java91 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in class:BluetoothMapService
323 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
386 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java136 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004; field in class:BluetoothPbapService
492 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
682 case MSG_ACQUIRE_WAKE_LOCK:

Completed in 50 milliseconds