Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java126 } 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()
479 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in disable()
490 final IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in disable()
1386 BluetoothAdapter.ACTION_STATE_CHANGED}; in getBluetoothReceiver()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java85 addHandler(BluetoothAdapter.ACTION_STATE_CHANGED, new AdapterStateChangedHandler()); in BluetoothEventManager()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java136 public static final String ACTION_STATE_CHANGED = field in BluetoothAdapter
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java1972 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothStateChangeHandler()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5843 …field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.actio…
/frameworks/base/api/
Dcurrent.txt7226 …field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.actio…
Dsystem-current.txt7703 …field public static final java.lang.String ACTION_STATE_CHANGED = "android.bluetooth.adapter.actio…