Home
last modified time | relevance | path

Searched refs:onBluetoothStateChanged (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothSummaryUpdaterTest.java133 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()
DBluetoothDeviceUpdaterTest.java239 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothStateIsOn_forceUpdate()
248 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothStateIsOff_removeAllDevicesFromPreference()
DBluetoothDevicePairingDetailBaseTest.java153 mFragment.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_whenTurnedOnBTShowToast()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBase.java84 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDevicePairingDetailBase
85 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DDevicePickerFragment.java180 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in DevicePickerFragment
181 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothSummaryUpdater.java52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothSummaryUpdater
DBluetoothDeviceUpdater.java148 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDeviceUpdater
DBluetoothDeviceDetailsFragment.java111 public void onBluetoothStateChanged(int bluetoothState) {
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java145 public final void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDevicesGroupPreferenceController
146 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothPairingSelectionFragment.java40 public void onBluetoothStateChanged(int bluetoothState) {
DBluetoothPreferenceController.java109 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothPreferenceController
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java58 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in PairedBluetoothDevicesWorker
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorkerTest.java66 mBluetoothUpdateWorker.onBluetoothStateChanged(0); in onBluetoothStateChanged_shouldNotifyChange()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java239 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/
DAudioSharingPreferenceControllerTest.java188 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/
DBluetoothUpdateWorker.java95 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothUpdateWorker
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingPreferenceController.java148 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() method in AudioSharingPreferenceController
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothPairingSelectionFragmentTest.java161 mFragment.mCallback.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothDisabled_goesBack()
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java166 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in AudioSwitchPreferenceController
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceControllerTest.java207 mController.onBluetoothStateChanged(BluetoothAdapter.STATE_TURNING_OFF); in onBluetoothStateChanged_turningOff_clearsPreferences()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java97 public void onBluetoothStateChanged(int bluetoothState) {
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java179 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in HearingDevicePairingFragment