HomeSort by relevance Sort by last modified time
    Searched defs:BLE_BLUETOOTH_DISABLED (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocClientService.java 85 public static final String BLE_BLUETOOTH_DISABLED =
86 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_DISABLED";
309 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED);
BleCocServerService.java 74 public static final String BLE_BLUETOOTH_DISABLED =
75 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_DISABLED";
233 Intent intent = new Intent(BLE_BLUETOOTH_DISABLED);
BleClientService.java 89 public static final String BLE_BLUETOOTH_DISABLED =
90 "com.android.cts.verifier.bluetooth.BLE_BLUETOOTH_DISABLED";
652 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 921 milliseconds