Home
last modified time | relevance | path

Searched refs:bytesToLong (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java453 mCarCompanionDeviceStorage.getUserHandleByTokenHandle(Utils.bytesToLong(handle)), in processCredentials()
455 Utils.bytesToLong(handle)); in processCredentials()
DCarBleTrustAgent.java323 Utils.bytesToLong(token)) + " handle: " + Long.toHexString(handle));
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/util/
DByteUtils.java56 public static long bytesToLong(byte[] array) { in bytesToLong() method in ByteUtils
/packages/services/Car/service/src/com/android/car/
DUtils.java190 public static long bytesToLong(byte[] array) { in bytesToLong() method in Utils
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java193 ByteUtils.bytesToLong(credentials.getHandle().toByteArray()), in unlockUser()