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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 108 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
173 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
253 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
BluetoothPairingRequest.java 58 type == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 327 public static final int PAIRING_VARIANT_DISPLAY_PASSKEY = 4;
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 479 BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY);

Completed in 171 milliseconds