Home
last modified time | relevance | path

Searched refs:onProfileConnectionStateChanged (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DAvailableMediaBluetoothDeviceUpdaterTest.java194 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_a2dpDeviceConnected_notInCall_addPreference()
207 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_a2dpDeviceConnected_inCall_removePreference()
220 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_hfpDeviceConnected_notInCall_removePreference()
233 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_hfpDeviceConnected_inCall_addPreference()
246 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_ashaHearingAidConnected_notInCall_addPreference()
261 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_ashaHearingAidConnected_inCall_addPreference()
282 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaConnected_notInCallSharingFlagOff_addsPreference()
300 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaConnected_notInCallNotInSharing_addsPreference()
320 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaConnected_inCallSharingFlagOff_addsPreference()
337 mBluetoothDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaConnected_inCallNotInSharing_addsPreference()
[all …]
DConnectedBluetoothDeviceUpdaterTest.java177 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_a2dpDeviceConnected_inCall_addPreference()
191 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceIsNotInList_inCall_invokesRemovePreference()
204 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_a2dpDeviceConnected_notInCall_removePreference()
217 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_hfpDeviceConnected_inCall_removePreference()
230 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_hfpDeviceConnected_notInCall_addPreference()
244 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_ashaHearingAidConnected_inCall_removePreference()
258 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_ashaHearingAidConnected_notInCall_removePreference()
271 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_leAudioDeviceConnected_inCall_removesPreference()
285 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_leAudioDeviceConnected_notInCall_removesPreference()
299 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceIsNotInList_inCall_invokesRemovesPreference()
[all …]
DBluetoothDevicePairingDetailBaseTest.java167 mFragment.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceInSelectedListAndConnected_finish()
181 mFragment.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceNotInSelectedList_doNothing()
196 mFragment.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceDisconnected_doNothing()
213 mFragment.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceInPreferenceMapAndConnected_removed()
236 mFragment.onProfileConnectionStateChanged(cachedDevice, BluetoothProfile.A2DP, in onProfileConnectionStateChanged_deviceNotInPreferenceMap_doNothing()
DSavedBluetoothDeviceUpdaterTest.java151 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceConnected_removePreference()
161 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceDisconnected_addPreference()
174 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_leDeviceDisconnected_inDeviceList_invokesAddPreference()
187 mBluetoothDeviceUpdater.onProfileConnectionStateChanged(mCachedBluetoothDevice, in onProfileConnectionStateChanged_deviceDisconnected_notInDeviceList_invokesRemovePreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdaterTest.java160 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceConnected_flagOff_removesPref()
179 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceConnected_noSource_removesPref()
199 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_deviceIsNotInList_removesPref()
218 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceDisconnected_removesPref()
236 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceDisconnecting_removesPref()
283 mDeviceUpdater.onProfileConnectionStateChanged( in setupPreferenceMapWithDevice()
DAudioSharingDevicePreferenceControllerTest.java301 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_notMediaDevice_doNothing()
312 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceDisconnected_closeOpeningDialogsForIt()
324 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_assistantProfileConnecting_doNothing()
337 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_otherProfileConnected_doNothing()
348 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_otherProfileConnecting_doNothing()
359 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_assistantProfileConnected_handle()
374 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_nonLeaDeviceDisconnected_closeOpeningDialogsForIt()
389 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_nonLeaNotFirstProfileConnected_doNothing()
404 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_nonLeaFirstProfileConnected_handle()
DAudioSharingDeviceVolumeControlUpdaterTest.java152 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceConnected_noSharing_removesPref()
171 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceConnected_noSource_removesPref()
191 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_deviceIsNotInList_removesPref()
210 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceDisconnected_removesPref()
229 mDeviceUpdater.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_leaDeviceDisconnecting_removesPref()
367 mDeviceUpdater.onProfileConnectionStateChanged( in setupPreferenceMapWithDevice()
DAudioSharingCallAudioPreferenceControllerTest.java327 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_noDeviceInSharing_updateSummary()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DHearingDevicePairingFragmentTest.java210 mFragment.onProfileConnectionStateChanged(mCachedDevice, BluetoothAdapter.STATE_CONNECTED, in onProfileConnectionStateChanged_deviceConnected_inSelectedList_finish()
220 mFragment.onProfileConnectionStateChanged(mCachedDevice, BluetoothAdapter.STATE_CONNECTED, in onProfileConnectionStateChanged_deviceConnected_notInSelectedList_deleteDevice()
230 mFragment.onProfileConnectionStateChanged(mCachedDevice, BluetoothAdapter.STATE_CONNECTED, in onProfileConnectionStateChanged_deviceNotConnected_doNothing()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java88 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in PairedBluetoothDevicesWorker
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorkerTest.java80 mBluetoothUpdateWorker.onProfileConnectionStateChanged(null, 0, 0); in onProfileConnectionStateChanged_shouldNotifyChange()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DBluetoothUpdateWorker.java105 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothUpdateWorker
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBase.java117 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothDevicePairingDetailBase
DBluetoothDeviceUpdater.java175 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothDeviceUpdater
/packages/apps/Settings/src/com/android/settings/sound/
DAudioSwitchPreferenceController.java182 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in AudioSwitchPreferenceController
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingCallAudioPreferenceController.java252 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in AudioSharingCallAudioPreferenceController
DAudioSharingDevicePreferenceController.java323 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in AudioSharingDevicePreferenceController
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamMediaService.java104 public void onProfileConnectionStateChanged(
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java221 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in HearingDevicePairingFragment