Searched refs:INTENT_DISCOVERABLE_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
32 private static final String INTENT_DISCOVERABLE_TIMEOUT = field in BluetoothDiscoverableTimeoutReceiver38 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()