OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_ACQUIRE_WAKE_LOCK
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
126
public static final int
MSG_ACQUIRE_WAKE_LOCK
= 5004;
524
mSessionStatusHandler.removeMessages(
MSG_ACQUIRE_WAKE_LOCK
);
719
case
MSG_ACQUIRE_WAKE_LOCK
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java
60
public static final int
MSG_ACQUIRE_WAKE_LOCK
= 5005;
120
msg.what =
MSG_ACQUIRE_WAKE_LOCK
;
237
mSessionStatusHandler.removeMessages(
MSG_ACQUIRE_WAKE_LOCK
);
419
case
MSG_ACQUIRE_WAKE_LOCK
:
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
92
public static final int
MSG_ACQUIRE_WAKE_LOCK
= 5005;
330
mSessionStatusHandler.removeMessages(
MSG_ACQUIRE_WAKE_LOCK
);
393
case
MSG_ACQUIRE_WAKE_LOCK
:
[
all
...]
BluetoothMnsObexClient.java
506
msg.what = BluetoothMapService.
MSG_ACQUIRE_WAKE_LOCK
;
BluetoothMapObexServer.java
[
all
...]
Completed in 1028 milliseconds