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

  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingController.java 51 private static final int BLUETOOTH_PIN_MAX_LENGTH = 16;
237 return BLUETOOTH_PIN_MAX_LENGTH;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingController.java 48 private static final int BLUETOOTH_PIN_MAX_LENGTH = 16;
257 return BLUETOOTH_PIN_MAX_LENGTH;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 66 private static final int BLUETOOTH_PIN_MAX_LENGTH = 16;
391 maxLength = BLUETOOTH_PIN_MAX_LENGTH;

Completed in 995 milliseconds