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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialogFragment.java 54 private BluetoothPairingController mPairingController;
97 positiveButton.setEnabled(mPairingController.isPasskeyValid(s));
100 mPairingController.updateUserInput(s.toString());
106 mPairingController.onDialogPositiveClick(this);
108 mPairingController.onDialogNegativeClick(this);
138 mPairingController = pairingController;
142 * Checks whether mPairingController is set
143 * @return True when mPairingController is set, False otherwise
146 return mPairingController != null;
173 switch (mPairingController.getDialogType())
    [all...]
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingDialogFragment.java 53 private BluetoothPairingController mPairingController;
96 positiveButton.setEnabled(mPairingController.isPasskeyValid(s));
99 mPairingController.updateUserInput(s.toString());
105 mPairingController.onDialogPositiveClick(this);
107 mPairingController.onDialogNegativeClick(this);
132 mPairingController = pairingController;
136 * Checks whether mPairingController is set
137 * @return True when mPairingController is set, False otherwise
140 return mPairingController != null;
167 switch (mPairingController.getDialogType())
    [all...]

Completed in 69 milliseconds