Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java76 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogUpdatesControllerWithUserInput()
95 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogEnablesSubmitButtonOnValidationFromController()
132 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogAsksForPairCodeOnUserEntryVariant()
255 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogPositiveButtonDisabledWhenUserInputInvalid()
315 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogShowsMessageOnPinEntryView()
334 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogShowsMessageHintOnPinEntryView()
353 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogHidesMessageAndHintWhenNotProvidedOnPinEntryView()
434 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in userEntryDialogExistingTextTest()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java47 public static final int USER_ENTRY_DIALOG = 0; field in BluetoothPairingController
101 if (getDialogType() == USER_ENTRY_DIALOG) { in onDialogPositiveClick()
123 return USER_ENTRY_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java165 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java48 public static final int USER_ENTRY_DIALOG = 0; field in BluetoothPairingController
112 if (getDialogType() == USER_ENTRY_DIALOG) { in onDialogPositiveClick()
135 return USER_ENTRY_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java175 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()