Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java187 CharSequence getPairingViewText() { in getPairingViewText() method in BluetoothPairingDialogFragment
205 if (TextUtils.isEmpty(getPairingViewText())) { in createUserEntryDialog()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java212 CharSequence getPairingViewText() { in getPairingViewText() method in BluetoothPairingDialogFragment
230 if (TextUtils.isEmpty(getPairingViewText())) { in createUserEntryDialog()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java463 when(fragment.getPairingViewText()).thenReturn(existingText); in userEntryDialogExistingTextTest()