/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | AvailableMediaBluetoothDeviceUpdaterTest.java | 194 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 …]
|
D | ConnectedBluetoothDeviceUpdaterTest.java | 177 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 …]
|
D | BluetoothDevicePairingDetailBaseTest.java | 167 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()
|
D | SavedBluetoothDeviceUpdaterTest.java | 151 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/ |
D | AudioSharingBluetoothDeviceUpdaterTest.java | 160 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()
|
D | AudioSharingDevicePreferenceControllerTest.java | 301 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()
|
D | AudioSharingDeviceVolumeControlUpdaterTest.java | 152 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()
|
D | AudioSharingCallAudioPreferenceControllerTest.java | 327 mController.onProfileConnectionStateChanged( in onProfileConnectionStateChanged_noDeviceInSharing_updateSummary()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragmentTest.java | 210 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/ |
D | PairedBluetoothDevicesWorker.java | 88 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in PairedBluetoothDevicesWorker
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorkerTest.java | 80 mBluetoothUpdateWorker.onProfileConnectionStateChanged(null, 0, 0); in onProfileConnectionStateChanged_shouldNotifyChange()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | BluetoothUpdateWorker.java | 105 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothUpdateWorker
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBase.java | 117 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothDevicePairingDetailBase
|
D | BluetoothDeviceUpdater.java | 175 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in BluetoothDeviceUpdater
|
/packages/apps/Settings/src/com/android/settings/sound/ |
D | AudioSwitchPreferenceController.java | 182 public void onProfileConnectionStateChanged(CachedBluetoothDevice cachedDevice, int state, in onProfileConnectionStateChanged() method in AudioSwitchPreferenceController
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/ |
D | AudioSharingCallAudioPreferenceController.java | 252 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in AudioSharingCallAudioPreferenceController
|
D | AudioSharingDevicePreferenceController.java | 323 public void onProfileConnectionStateChanged( in onProfileConnectionStateChanged() method in AudioSharingDevicePreferenceController
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamMediaService.java | 104 public void onProfileConnectionStateChanged(
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | HearingDevicePairingFragment.java | 221 public void onProfileConnectionStateChanged(@NonNull CachedBluetoothDevice cachedDevice, in onProfileConnectionStateChanged() method in HearingDevicePairingFragment
|