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

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 183 byte[] pin = BluetoothDevice.convertPinToBytes(val);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 304 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey);
337 byte[] pinBytes = BluetoothDevice.convertPinToBytes(value);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 352 byte[] pinBytes = BluetoothDevice.convertPinToBytes(mPairingKey);
387 byte[] pinBytes = BluetoothDevice.convertPinToBytes(value);
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java     [all...]

Completed in 204 milliseconds