Searched refs:BluetoothPairingController (Results 1 – 8 of 8) sorted by relevance
63 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()133 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogAsksForPairCodeOnUserEntryVariant()137 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogAsksForPairCodeOnUserEntryVariant()[all …]
79 private BluetoothPairingController mBluetoothPairingController;92 private BluetoothPairingController createBluetoothPairingController() { in createBluetoothPairingController()95 return new BluetoothPairingController(intent, mContext); in createBluetoothPairingController()
56 private BluetoothPairingController mPairingController;91 != BluetoothPairingController.DISPLAY_PASSKEY_DIALOG) { in onDestroy()149 void setPairingController(BluetoothPairingController pairingController) { in setPairingController()190 case BluetoothPairingController.USER_ENTRY_DIALOG: in setupDialog()193 case BluetoothPairingController.CONFIRMATION_DIALOG: in setupDialog()196 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG: in setupDialog()281 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()286 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) { in createPinEntryView()
39 private BluetoothPairingController mBluetoothPairingController;77 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
46 public class BluetoothPairingController implements OnCheckedChangeListener, class84 public BluetoothPairingController(Intent intent, Context context) { in BluetoothPairingController() method in BluetoothPairingController
54 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()
40 public class BluetoothPairingController implements OnCheckedChangeListener, class43 private static final Logger LOG = new Logger(BluetoothPairingController.class);71 public BluetoothPairingController(Intent intent, Context context) { in BluetoothPairingController() method in BluetoothPairingController
39 private BluetoothPairingController mBluetoothPairingController;73 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()