Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothDiscoverableTimeoutReceiver.java32 private static final String INTENT_DISCOVERABLE_TIMEOUT = field in BluetoothDiscoverableTimeoutReceiver
38 Intent intent = new Intent(INTENT_DISCOVERABLE_TIMEOUT); in setDiscoverableAlarm()
59 Intent intent = new Intent(INTENT_DISCOVERABLE_TIMEOUT); in cancelDiscoverableAlarm()
74 if (intent.getAction() == null || !intent.getAction().equals(INTENT_DISCOVERABLE_TIMEOUT)) { in onReceive()