Home
last modified time | relevance | path

Searched refs:INTENT_BLE_BLUETOOTH_DISABLED (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientBaseActivity.java102 filter.addAction(BleEncryptedClientService.INTENT_BLE_BLUETOOTH_DISABLED); in onResume()
182 case BleEncryptedClientService.INTENT_BLE_BLUETOOTH_DISABLED:
DBleEncryptedClientService.java55 public static final String INTENT_BLE_BLUETOOTH_DISABLED = field in BleEncryptedClientService
164 Intent intent = new Intent(INTENT_BLE_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()