OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLE_BLUETOOTH_DISABLED
(Results
1 - 4
of
4
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleServerTestBaseActivity.java
102
filter.addAction(BleServerService.
BLE_BLUETOOTH_DISABLED
);
182
case BleServerService.
BLE_BLUETOOTH_DISABLED
:
BleClientTestBaseActivity.java
128
filter.addAction(BleClientService.
BLE_BLUETOOTH_DISABLED
);
216
case BleClientService.
BLE_BLUETOOTH_DISABLED
:
BleClientService.java
89
public static final String
BLE_BLUETOOTH_DISABLED
=
90
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_DISABLED
";
640
Intent intent = new Intent(
BLE_BLUETOOTH_DISABLED
);
[
all
...]
BleServerService.java
66
public static final String
BLE_BLUETOOTH_DISABLED
=
67
"com.android.cts.verifier.bluetooth.
BLE_BLUETOOTH_DISABLED
";
273
Intent intent = new Intent(
BLE_BLUETOOTH_DISABLED
);
[
all
...]
Completed in 2405 milliseconds