Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragmentTest.kt223 val mockBluetoothDevice = mock(BluetoothDevice::class.java) in <lambda>() constant
224 whenever(mockBluetoothDevice.bondState).thenReturn(BluetoothDevice.BOND_NONE) in <lambda>()
225 whenever(cachedDevice.device).thenReturn(mockBluetoothDevice) in <lambda>()
237 val mockBluetoothDevice = mock(BluetoothDevice::class.java) in <lambda>() constant
238 whenever(mockBluetoothDevice.bondState).thenReturn(BluetoothDevice.BOND_BONDED) in <lambda>()
239 whenever(cachedDevice.device).thenReturn(mockBluetoothDevice) in <lambda>()