Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java455 private void userEntryDialogExistingTextTest(CharSequence existingText) { in userEntryDialogExistingTextTest() argument
463 when(fragment.getPairingViewText()).thenReturn(existingText); in userEntryDialogExistingTextTest()
467 boolean expected = !TextUtils.isEmpty(existingText); in userEntryDialogExistingTextTest()