Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java119 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()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingController.java48 public static final int CONFIRMATION_DIALOG = 1; field in BluetoothPairingController
128 return CONFIRMATION_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java168 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java54 public static final int CONFIRMATION_DIALOG = 1; field in BluetoothPairingController
173 return CONFIRMATION_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java193 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()