Searched refs:USER_ENTRY_DIALOG (Results 1 – 5 of 5) sorted by relevance
76 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()
47 public static final int USER_ENTRY_DIALOG = 0; field in BluetoothPairingController101 if (getDialogType() == USER_ENTRY_DIALOG) { in onDialogPositiveClick()123 return USER_ENTRY_DIALOG; in getDialogType()
165 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()
48 public static final int USER_ENTRY_DIALOG = 0; field in BluetoothPairingController112 if (getDialogType() == USER_ENTRY_DIALOG) { in onDialogPositiveClick()135 return USER_ENTRY_DIALOG; in getDialogType()
175 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()