/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothEnablerTest.java | 234 Intent turningOff = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothTurnsOff_switchTurnsOff() 237 Intent off = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothTurnsOff_switchTurnsOff() 258 Intent turningOn = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothTurnsOn_switchTurnsOn() 261 Intent on = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in bluetoothTurnsOn_switchTurnsOn()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | LocalDeviceNameDialogFragment.java | 39 (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action) && 57 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onResume()
|
D | BluetoothDeviceNamePreferenceController.java | 72 intentFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onStart() 148 } else if (TextUtils.equals(action, BluetoothAdapter.ACTION_STATE_CHANGED)) {
|
D | RequestPermissionActivity.java | 221 registerReceiver(mReceiver, new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in onEnableConfirmed() 233 registerReceiver(mReceiver, new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in onDisableConfirmed()
|
/packages/modules/Bluetooth/framework/api/ |
D | lint-baseline.txt | 10 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_STATE_CHANGED: 11 Field 'ACTION_STATE_CHANGED' is missing @BroadcastBehavior
|
D | module-lib-lint-baseline.txt | 12 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_STATE_CHANGED: 13 Field 'ACTION_STATE_CHANGED' is missing @BroadcastBehavior
|
D | system-lint-baseline.txt | 12 BroadcastBehavior: android.bluetooth.BluetoothAdapter#ACTION_STATE_CHANGED: 13 Field 'ACTION_STATE_CHANGED' is missing @BroadcastBehavior
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/ |
D | DiscoverableFooterPreferenceController.java | 87 new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in onStart() 138 if (intent.getAction().equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in initReceiver()
|
D | AddDevicePreferenceController.java | 54 mIntentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in AddDevicePreferenceController()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtEnablingActivity.java | 77 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate() 140 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) {
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | StreamSettingsCategoryController.java | 53 if (!BluetoothAdapter.ACTION_STATE_CHANGED.equals(intent.getAction())) return; 63 mIntentFilter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in StreamSettingsCategoryController()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
D | AddDevicePreferenceControllerTest.java | 93 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in addDevice_bt_resume_on_then_off() 110 Intent intent = new Intent(BluetoothAdapter.ACTION_STATE_CHANGED); in addDevice_bt_resume_off_then_on()
|
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 97 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate() 152 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) {
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | PeripheralHandoverService.java | 95 if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { 144 IntentFilter filter = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairProvider.java | 140 case BluetoothAdapter.ACTION_STATE_CHANGED: 213 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()
|
D | BluetoothDeviceConnectionPolicy.java | 82 if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { in onReceive() 299 profileFilter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in init()
|
/packages/apps/Settings/src/com/android/settings/network/tether/ |
D | TetherSettings.java | 174 new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in onCreate() 287 if (TextUtils.equals(action, BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive() 335 } else if (action.equals(BluetoothAdapter.ACTION_STATE_CHANGED)) { in onReceive() 423 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in registerReceiver()
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | BluetoothSwitchWorker.java | 35 BluetoothAdapter.ACTION_STATE_CHANGED);
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | DckTestRule.kt | 290 val bluetoothStateFilter = IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED) in getBluetoothStateFlow() 294 if (BluetoothAdapter.ACTION_STATE_CHANGED == intent.action) { in getBluetoothStateFlow()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothDevicesService.java | 126 } else if (BluetoothAdapter.ACTION_STATE_CHANGED.equals(action)) { 186 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); // Bluetooth toggle in onCreate()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
D | BluetoothSwitchWorkerTest.java | 53 assertThat(captor.getValue().hasAction(BluetoothAdapter.ACTION_STATE_CHANGED)).isTrue(); in onSubscribe_registersReceiver()
|
/packages/apps/Settings/src/com/android/settings/network/ |
D | TetherEnabler.java | 168 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onStart() 344 } else if (TextUtils.equals(BluetoothAdapter.ACTION_STATE_CHANGED, action)) {
|
D | TetheredRepository.kt | 73 context.broadcastReceiverFlow(IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)), in <lambda>()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ |
D | BluetoothTestUtils.java | 43 BluetoothAdapter.ACTION_STATE_CHANGED);
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothRequestPermissionActivity.java | 406 registerReceiver(mReceiver, new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in enableBluetoothWithWaitingDialog() 438 registerReceiver(mReceiver, new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED)); in onConfirmDisableBluetooth()
|