Searched refs:ACTION_STATE_CHANGED (Results 1 – 13 of 13) 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()
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()
90 addHandler(BluetoothAdapter.ACTION_STATE_CHANGED, new AdapterStateChangedHandler()); in BluetoothEventManager()
142 ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CHANGED"; field in BluetoothAdapter
2432 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothStateChangeHandler()
20 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_STATE_CHANGED:
8002 …field public static final String ACTION_STATE_CHANGED = "android.bluetooth.adapter.action.STATE_CH…
799 intentFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in AudioService()5819 } 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…