Searched refs:CONFIRMATION_DIALOG (Results 1 – 5 of 5) sorted by relevance
119 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogDoesNotAskForPairCodeOnConsentVariant()202 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogCallsHookOnPositiveButtonPress()218 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogCallsHookOnNegativeButtonPress()280 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in contactSharingToggle_conditionIsReady_showsUi()297 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in contactSharingToggle_conditionIsNotReady_doesNotShowUi()373 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in pairingDialogDismissedOnPositiveClick()391 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in pairingDialogDismissedOnNegativeClick()427 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in groupPairing_setMemberDevice_showsMessageHint()441 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in groupPairing_nonSetMemberDevice_hidesMessageHint()
48 public static final int CONFIRMATION_DIALOG = 1; field in BluetoothPairingController128 return CONFIRMATION_DIALOG; in getDialogType()
168 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()
54 public static final int CONFIRMATION_DIALOG = 1; field in BluetoothPairingController173 return CONFIRMATION_DIALOG; in getDialogType()
193 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()