/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | BluetoothSummaryUpdaterTest.java | 133 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_btDisabled_shouldSendDisabledSummary() 146 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_btEnabled_connected_shouldSendConnectedSummary() 161 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_btEnabled_connectedMisMatch_shouldSendNotConnected() 175 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON); in onBluetoothStateChanged_btEnabled_notConnected_shouldSendDisconnectedMessage() 199 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary() 203 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_ON); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary() 209 mSummaryUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_ConnectedDisabledEnabled_shouldSendDisconnectedSummary()
|
D | BluetoothDeviceUpdaterTest.java | 239 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothStateIsOn_forceUpdate() 248 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothStateIsOff_removeAllDevicesFromPreference()
|
D | BluetoothDevicePairingDetailBaseTest.java | 153 mFragment.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_whenTurnedOnBTShowToast()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBase.java | 84 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDevicePairingDetailBase 85 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
|
D | DevicePickerFragment.java | 180 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in DevicePickerFragment 181 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
|
D | BluetoothSummaryUpdater.java | 52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothSummaryUpdater
|
D | BluetoothDeviceUpdater.java | 148 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDeviceUpdater
|
D | BluetoothDeviceDetailsFragment.java | 111 public void onBluetoothStateChanged(int bluetoothState) {
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceController.java | 145 public final void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDevicesGroupPreferenceController 146 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
|
D | BluetoothPairingSelectionFragment.java | 40 public void onBluetoothStateChanged(int bluetoothState) {
|
D | BluetoothPreferenceController.java | 109 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothPreferenceController
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesWorker.java | 58 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in PairedBluetoothDevicesWorker
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorkerTest.java | 66 mBluetoothUpdateWorker.onBluetoothStateChanged(0); in onBluetoothStateChanged_shouldNotifyChange()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragmentTest.java | 239 mFragment.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_stateOn_startScanningAndShowToast() 247 mFragment.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_stateOff_finish()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingPreferenceControllerTest.java | 188 mController.onBluetoothStateChanged(STATE_ON); in onBluetoothStateChanged_refreshSummary() 194 mController.onBluetoothStateChanged(STATE_OFF); in onBluetoothStateChanged_refreshSummary()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 95 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothUpdateWorker
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingPreferenceController.java | 148 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() method in AudioSharingPreferenceController
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingSelectionFragmentTest.java | 161 mFragment.mCallback.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothDisabled_goesBack()
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 166 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in AudioSwitchPreferenceController
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicesGroupPreferenceControllerTest.java | 207 mController.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_OFF); in onBluetoothStateChanged_turningOff_clearsPreferences()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamMediaService.java | 97 public void onBluetoothStateChanged(int bluetoothState) {
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 179 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in HearingDevicePairingFragment
|