Home
last modified time | relevance | path

Searched refs:BluetoothPairingController (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingDialogTest.java63 private BluetoothPairingController controller;
76 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogUpdatesControllerWithUserInput()
80 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogUpdatesControllerWithUserInput()
82 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogUpdatesControllerWithUserInput()
95 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogEnablesSubmitButtonOnValidationFromController()
99 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogEnablesSubmitButtonOnValidationFromController()
101 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogEnablesSubmitButtonOnValidationFromController()
119 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG); in dialogDoesNotAskForPairCodeOnConsentVariant()
132 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogAsksForPairCodeOnUserEntryVariant()
136 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogAsksForPairCodeOnUserEntryVariant()
[all …]
DBluetoothPairingControllerTest.java47 private BluetoothPairingController mBluetoothPairingController;
56 mBluetoothPairingController = new BluetoothPairingController(intent, mContext); in setUp()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialogFragment.java55 private BluetoothPairingController mPairingController;
134 void setPairingController(BluetoothPairingController pairingController) { in setPairingController()
175 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()
178 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()
181 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()
267 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()
272 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()
DBluetoothPairingDialog.java39 private BluetoothPairingController mBluetoothPairingController;
77 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
DBluetoothPairingController.java41 public class BluetoothPairingController implements OnCheckedChangeListener, class
75 public BluetoothPairingController(Intent intent, Context context) { in BluetoothPairingController() method in BluetoothPairingController
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java54 private BluetoothPairingController mPairingController;
124 void setPairingController(BluetoothPairingController pairingController) { in setPairingController()
165 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()
168 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()
171 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()
256 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()
261 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()
DBluetoothPairingController.java40 public class BluetoothPairingController implements OnCheckedChangeListener, class
43 private static final Logger LOG = new Logger(BluetoothPairingController.class);
71 public BluetoothPairingController(Intent intent, Context context) { in BluetoothPairingController() method in BluetoothPairingController
DBluetoothPairingDialog.java39 private BluetoothPairingController mBluetoothPairingController;
73 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()