Searched refs:ACTION_STATE_CHANGED (Results 1 – 12 of 12) sorted by relevance
41 BluetoothAdapter.ACTION_STATE_CHANGED
58 BluetoothAdapter.ACTION_STATE_CHANGED,
95 .asList().contains(BluetoothAdapter.ACTION_STATE_CHANGED); in testHasBluetoothStateChangedFilter()
70 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in startMonitoring()
132 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) { in onReceive()479 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in enable()490 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in enable()525 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in disable()536 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in disable()1522 BluetoothAdapter.ACTION_STATE_CHANGED}; in getBluetoothReceiver()
91 addHandler(BluetoothAdapter.ACTION_STATE_CHANGED, new AdapterStateChangedHandler()); in BluetoothEventManager()
113 addEventReceiver(BluetoothAdapter.ACTION_STATE_CHANGED, new AdapterStateChangedReceiver()); in start()
157 ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED"; field in BluetoothAdapter
2606 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothStateChangeHandler()
1097 intentFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in initExternalEventReceivers()7888 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
8675 …field public static final String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CH…
5843 …field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.actio…