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()133 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogAsksForPairCodeOnUserEntryVariant()256 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogPositiveButtonDisabledWhenUserInputInvalid()314 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogShowsMessageOnPinEntryView()333 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogShowsMessageHintOnPinEntryView()352 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogHidesMessageAndHintWhenNotProvidedOnPinEntryView()456 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()
53 public static final int USER_ENTRY_DIALOG = 0; field in BluetoothPairingController145 if (getDialogType() == USER_ENTRY_DIALOG) { in onDialogPositiveClick()168 return USER_ENTRY_DIALOG; in getDialogType()
190 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()