Searched refs:ACTION_STATE_CHANGED (Results 1 – 11 of 11) sorted by relevance
41 BluetoothAdapter.ACTION_STATE_CHANGED
45 BluetoothAdapter.ACTION_STATE_CHANGED,
95 .asList().contains(BluetoothAdapter.ACTION_STATE_CHANGED); in testHasBluetoothStateChangedFilter()
68 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in startMonitoring()
126 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) { in onReceive()436 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in enable()447 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in enable()482 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in disable()493 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in disable()1392 BluetoothAdapter.ACTION_STATE_CHANGED}; in getBluetoothReceiver()
90 addHandler(BluetoothAdapter.ACTION_STATE_CHANGED, new AdapterStateChangedHandler()); in BluetoothEventManager()
141 ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED"; field in BluetoothAdapter
2201 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothStateChangeHandler()
802 intentFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in AudioService()5699 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive()
5843 …field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.actio…
7999 …field public static final String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CH…