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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 95 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
159 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY){
246 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 345 public static final int PAIRING_VARIANT_PASSKEY = 1;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 436 BluetoothDevice.PAIRING_VARIANT_PASSKEY);
  /frameworks/base/core/tests/coretests/src/android/bluetooth/
BluetoothTestUtils.java 302 case BluetoothDevice.PAIRING_VARIANT_PASSKEY:
    [all...]

Completed in 73 milliseconds