Searched refs:mCachedDevice3 (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
H A D | BluetoothDevicePreferenceTest.java | 78 private CachedBluetoothDevice mCachedDevice3; field in BluetoothDevicePreferenceTest 103 when(mCachedDevice3.getAddress()).thenReturn(MAC_ADDRESS_4); in setUp() 104 when(mCachedDevice3.getDrawableWithDescription()) in setUp() 232 mCachedDevice3, SHOW_DEVICES_WITHOUT_NAMES, in compareTo_sortTypeFIFO() 257 mCachedDevice3, SHOW_DEVICES_WITHOUT_NAMES, in compareTo_sortTypeDefault()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/ |
H A D | PreviouslyConnectedDevicePreferenceControllerTest.java | 90 private CachedBluetoothDevice mCachedDevice3; field in PreviouslyConnectedDevicePreferenceControllerTest 132 when(mCachedDevice3.getDevice()).thenReturn(mBluetoothDevice3); in setUp() 133 when(mCachedDevice3.getAddress()).thenReturn(FAKE_ADDRESS_3); in setUp() 134 when(mCachedDevice3.getDrawableWithDescription()).thenReturn(pairs); in setUp() 228 mContext, mCachedDevice3, true, BluetoothDevicePreference.SortType.TYPE_NO_SORT); in onDeviceAdded_addFourDevicePreference_onlyDisplayThree()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/media/ |
H A D | MediaDeviceTest.java | 83 private CachedBluetoothDevice mCachedDevice3; field in MediaDeviceTest 128 when(mCachedDevice3.getAddress()).thenReturn(DEVICE_ADDRESS_3); in setUp() 131 when(mCachedDevice3.getName()).thenReturn(DEVICE_NAME_3); in setUp() 134 when(mCachedDevice3.getDevice()).thenReturn(mDevice3); in setUp() 139 when(mCachedDevice3.getBondState()).thenReturn(BluetoothDevice.BOND_BONDED); in setUp() 140 when(mCachedDevice3.isConnected()).thenReturn(true); in setUp() 166 new BluetoothMediaDevice(mContext, mCachedDevice3, mMediaRouter2Manager, in setUp()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
H A D | CachedBluetoothDeviceManagerTest.java | 80 private CachedBluetoothDevice mCachedDevice3; field in CachedBluetoothDeviceManagerTest 113 mCachedDevice3 = spy(new CachedBluetoothDevice(mContext, mLocalProfileManager, mDevice3)); in setUp()
|