OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_BLUETOOTH_DISABLED
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerBaseActivity.java
73
filter.addAction(BleConnectionPriorityServerService.
ACTION_BLUETOOTH_DISABLED
);
136
case BleConnectionPriorityServerService.
ACTION_BLUETOOTH_DISABLED
:
BleConnectionPriorityClientBaseActivity.java
81
filter.addAction(BleConnectionPriorityClientService.
ACTION_BLUETOOTH_DISABLED
);
214
case BleConnectionPriorityClientService.
ACTION_BLUETOOTH_DISABLED
:
BleConnectionPriorityClientService.java
54
public static final String
ACTION_BLUETOOTH_DISABLED
=
161
Intent intent = new Intent(
ACTION_BLUETOOTH_DISABLED
);
BleConnectionPriorityServerService.java
55
public static final String
ACTION_BLUETOOTH_DISABLED
=
160
Intent intent = new Intent(
ACTION_BLUETOOTH_DISABLED
);
Completed in 80 milliseconds