HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPairingController (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 58 private BluetoothPairingController controller;
72 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
76 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
78 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
91 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
95 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
97 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE);
115 when(controller.getDialogType()).thenReturn(BluetoothPairingController.CONFIRMATION_DIALOG);
128 when(controller.getDialogType()).thenReturn(BluetoothPairingController.USER_ENTRY_DIALOG);
132 .thenReturn(BluetoothPairingController.INVALID_DIALOG_TYPE)
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialog.java 36 private BluetoothPairingController mBluetoothPairingController;
41 * or if pairing was canceled for {@link BluetoothPairingController#mDevice}.
67 mBluetoothPairingController = new BluetoothPairingController(intent, this);
BluetoothPairingDialogFragment.java 53 private BluetoothPairingController mPairingController;
123 * of a pairing controller can be found at {@link BluetoothPairingController}. A
127 void setPairingController(BluetoothPairingController pairingController) {
168 case BluetoothPairingController.USER_ENTRY_DIALOG:
171 case BluetoothPairingController.CONFIRMATION_DIALOG:
174 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG:
259 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) {
264 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) {
BluetoothPairingController.java 40 public class BluetoothPairingController implements OnCheckedChangeListener,
43 private static final Logger LOG = new Logger(BluetoothPairingController.class);
65 * Creates an instance of a BluetoothPairingController.
71 public BluetoothPairingController(Intent intent, Context context) {
317 * @see {@link BluetoothPairingController#hasPairingContent()}
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 36 private BluetoothPairingController mBluetoothPairingController;
41 * or if pairing was canceled for {@link BluetoothPairingController#mDevice}.
67 mBluetoothPairingController = new BluetoothPairingController(intent, this);
BluetoothPairingDialogFragment.java 54 private BluetoothPairingController mPairingController;
129 * of a pairing controller can be found at {@link BluetoothPairingController}. A
133 void setPairingController(BluetoothPairingController pairingController) {
174 case BluetoothPairingController.USER_ENTRY_DIALOG:
177 case BluetoothPairingController.CONFIRMATION_DIALOG:
180 case BluetoothPairingController.DISPLAY_PASSKEY_DIALOG:
266 if (messageId != BluetoothPairingController.INVALID_DIALOG_TYPE) {
271 if (messageIdHint != BluetoothPairingController.INVALID_DIALOG_TYPE) {
BluetoothPairingController.java 37 public class BluetoothPairingController implements OnCheckedChangeListener,
63 * Creates an instance of a BluetoothPairingController.
69 public BluetoothPairingController(Intent intent, Context context) {
337 * @see {@link BluetoothPairingController#hasPairingContent()}

Completed in 239 milliseconds