Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java60 private static final String FAKE_DEVICE_NAME = "Fake Bluetooth Device"; field in BluetoothPairingDialogTest
282 when(controller.getDeviceName()).thenReturn(FAKE_DEVICE_NAME); in contactSharingToggle_conditionIsReady_showsUi()
299 when(controller.getDeviceName()).thenReturn(FAKE_DEVICE_NAME); in contactSharingToggle_conditionIsNotReady_doesNotShowUi()