Home
last modified time | relevance | path

Searched refs:INTENT_BLUETOOTH_DISABLED (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureEncryptedServerTestActivity.java57 filter.addAction(BleEncryptedServerService.INTENT_BLUETOOTH_DISABLED); in onResume()
95 case BleEncryptedServerService.INTENT_BLUETOOTH_DISABLED:
DBleEncryptedServerBaseActivity.java68 filter.addAction(BleEncryptedServerService.INTENT_BLUETOOTH_DISABLED); in onResume()
104 case BleEncryptedServerService.INTENT_BLUETOOTH_DISABLED:
DBleEncryptedServerService.java49 public static final String INTENT_BLUETOOTH_DISABLED = field in BleEncryptedServerService
194 Intent intent = new Intent(INTENT_BLUETOOTH_DISABLED); in notifyBluetoothDisabled()