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()132 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG); in dialogAsksForPairCodeOnUserEntryVariant()136 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE); in dialogAsksForPairCodeOnUserEntryVariant()[all …]
47 private BluetoothPairingController mBluetoothPairingController;56 mBluetoothPairingController = new BluetoothPairingController(intent, mContext); in setUp()
55 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()
39 private BluetoothPairingController mBluetoothPairingController;77 mBluetoothPairingController = new BluetoothPairingController(intent, this); in onCreate()
41 public class BluetoothPairingController implements OnCheckedChangeListener, class75 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()