Home
last modified time | relevance | path

Searched refs:getBluetoothDevice (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/
DAudioSharingBluetoothDeviceUpdaterTest.java168 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_leaDeviceConnected_flagOff_removesPref()
187 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_leaDeviceConnected_noSource_removesPref()
207 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_deviceIsNotInList_removesPref()
226 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_leaDeviceDisconnected_removesPref()
244 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_leaDeviceDisconnecting_removesPref()
255 assertThat(((BluetoothDevicePreference) captor.getValue()).getBluetoothDevice()) in onProfileConnectionStateChanged_leaDeviceConnected_hasSource_addsPreference()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/sound/
DAudioRouteItemTest.java63 assertThat(audioRouteItem.getBluetoothDevice()).isNull(); in init_withAudioDeviceAttributes()
78 assertThat(audioRouteItem.getBluetoothDevice()).isEqualTo(mCachedBluetoothDevice); in init_withCachedBluetoothDevice()
DAudioRoutesManagerTest.java169 assertThat(audioRouteItemMap.get(AUDIO_DEVICE_ADDRESS).getBluetoothDevice()).isNull(); in init_verifyAudioRouteItemMap()
179 assertThat(audioRouteItemMap.get(BT_DEVICE_ADDRESS).getBluetoothDevice()) in init_verifyAudioRouteItemMap()
/packages/apps/Settings/src/com/android/settings/connecteddevice/
DSavedDeviceGroupController.java122 ((BluetoothDevicePreference) preference).getBluetoothDevice().getDevice(), in onDeviceAdded()
135 ((BluetoothDevicePreference) preference).getBluetoothDevice().getDevice(), in onDeviceRemoved()
DPreviouslyConnectedDevicePreferenceController.java141 ((BluetoothDevicePreference) preference).getBluetoothDevice().getDevice(), in onDeviceAdded()
202 ((BluetoothDevicePreference) preference).getBluetoothDevice().getDevice(), in onDeviceRemoved()
DAvailableMediaDeviceGroupController.java281 ((BluetoothDevicePreference) preference).getBluetoothDevice(); in onDeviceClick()
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
DAudioRouteItem.java71 public CachedBluetoothDevice getBluetoothDevice() { in getBluetoothDevice() method in AudioRouteItem
DAudioRoutesManager.java226 CachedBluetoothDevice bluetoothDevice = audioRouteItem.getBluetoothDevice(); in updateAudioRoute()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DSavedBluetoothDeviceUpdater.java126 .getBluetoothDevice(); in onPreferenceClick()
DBluetoothDeviceUpdater.java293 ((BluetoothDevicePreference) preference).getBluetoothDevice(); in launchDeviceDetails()
DBluetoothDevicePreference.java261 public CachedBluetoothDevice getBluetoothDevice() { in getBluetoothDevice() method in BluetoothDevicePreference