Searched refs:mCachedBluetoothDevice (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DBluetoothEventManagerTest.java47 private CachedBluetoothDevice mCachedBluetoothDevice; field in class:BluetoothEventManagerTest
96 mBluetoothEventManager.dispatchProfileConnectionStateChanged(mCachedBluetoothDevice,
99 verify(mBluetoothCallback).onProfileConnectionStateChanged(mCachedBluetoothDevice,
102 verify(mCachedDeviceManager).onProfileConnectionStateChanged(mCachedBluetoothDevice,
H A DLocalBluetoothProfileManagerTest.java64 private CachedBluetoothDevice mCachedBluetoothDevice; field in class:LocalBluetoothProfileManagerTest
77 when(mDeviceManager.findDevice(mDevice)).thenReturn(mCachedBluetoothDevice);
150 mCachedBluetoothDevice, BluetoothProfile.STATE_CONNECTED, BluetoothProfile.A2DP);
172 verify(mEventManager).dispatchProfileConnectionStateChanged(mCachedBluetoothDevice,
198 verify(mEventManager).dispatchProfileConnectionStateChanged(mCachedBluetoothDevice,
244 verify(mCachedBluetoothDevice).refresh();
266 verify(mCachedBluetoothDevice).refresh();
H A DHeadsetProfileTest.java36 private CachedBluetoothDevice mCachedBluetoothDevice; field in class:HeadsetProfileTest
51 when(mCachedBluetoothDevice.getDevice()).thenReturn(mBluetoothDevice);

Completed in 62 milliseconds