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()
201 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogCallsHookOnPositiveButtonPress()
217 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogCallsHookOnNegativeButtonPress()
279 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady()
297 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogHidesContactSharingCheckboxWhenBluetoothProfileIsReady()
382 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in pairingDialogDismissedOnPositiveClick()
400 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in pairingDialogDismissedOnNegativeClick()
/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.java49 public static final int CONFIRMATION_DIALOG = 1; field in BluetoothPairingController
140 return CONFIRMATION_DIALOG; in getDialogType()
DBluetoothPairingDialogFragment.java178 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()