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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java126 public static final int MSG_ACQUIRE_WAKE_LOCK = 5004; field in class:BluetoothPbapService
524 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
719 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapService.java60 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in class:SapService
120 msg.what = MSG_ACQUIRE_WAKE_LOCK;
237 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
419 case MSG_ACQUIRE_WAKE_LOCK:
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java92 public static final int MSG_ACQUIRE_WAKE_LOCK = 5005; field in class:BluetoothMapService
330 mSessionStatusHandler.removeMessages(MSG_ACQUIRE_WAKE_LOCK);
393 case MSG_ACQUIRE_WAKE_LOCK:

Completed in 921 milliseconds