OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSG_ACQUIRE_WAKE_LOCK
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
100
public static final int
MSG_ACQUIRE_WAKE_LOCK
= 5004;
325
mSessionStatusHandler.removeMessages(
MSG_ACQUIRE_WAKE_LOCK
);
476
case
MSG_ACQUIRE_WAKE_LOCK
:
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
124
public static final int
MSG_ACQUIRE_WAKE_LOCK
= 5004;
491
mSessionStatusHandler.removeMessages(
MSG_ACQUIRE_WAKE_LOCK
);
675
case
MSG_ACQUIRE_WAKE_LOCK
:
Completed in 1598 milliseconds