Home
last modified time | relevance | path

Searched refs:onBluetoothStateChanged (Results 1 – 23 of 23) 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.java245 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_bluetoothStateIsOn_forceUpdate()
254 mBluetoothDeviceUpdater.onBluetoothStateChanged(BluetoothAdapter.STATE_OFF); in onBluetoothStateChanged_bluetoothStateIsOff_removeAllDevicesFromPreference()
DBluetoothPairingDetailTest.java220 mFragment.onBluetoothStateChanged(BluetoothAdapter.STATE_ON); in onBluetoothStateChanged_whenTurnedOnBTShowToast()
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DBluetoothErrorStringLiveData.java70 addSource(mBluetoothStateLiveData, this::onBluetoothStateChanged); in BluetoothErrorStringLiveData()
82 private void onBluetoothStateChanged(Integer state) { in onBluetoothStateChanged() method in BluetoothErrorStringLiveData
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicesGroupPreferenceController.java125 public final void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDevicesGroupPreferenceController
126 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothPreferenceController.java99 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothPreferenceController
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/service/
DCompanionDeviceSupportService.java70 onBluetoothStateChanged(intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1));
128 private void onBluetoothStateChanged(int state) { in onBluetoothStateChanged() method in CompanionDeviceSupportService
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDevicePickerFragment.java161 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in DevicePickerFragment
162 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothPairingDetail.java168 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothPairingDetail
169 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothSummaryUpdater.java52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothSummaryUpdater
DBluetoothDeviceUpdater.java130 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDeviceUpdater
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java168 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothPairingDetail
169 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DDevicePickerFragment.java161 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in DevicePickerFragment
162 super.onBluetoothStateChanged(bluetoothState); in onBluetoothStateChanged()
DBluetoothSummaryUpdater.java52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothSummaryUpdater
DBluetoothDeviceUpdater.java144 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothDeviceUpdater
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java240 onBluetoothStateChanged(intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, -1));
245 private void onBluetoothStateChanged(int state) { in onBluetoothStateChanged() method in CarBleTrustAgent
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputIndicatorWorker.java70 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in MediaOutputIndicatorWorker
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java73 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in BluetoothUpdateWorker
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorkerTest.java72 mBluetoothUpdateWorker.onBluetoothStateChanged(0); in onBluetoothStateChanged_shouldNotifyChange()
/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/sound/
DAudioSwitchPreferenceController.java149 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() method in AudioSwitchPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/sound/
DAudioSwitchPreferenceController.java153 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()