Home
last modified time | relevance | path

Searched refs:getUniqueId (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java271 private byte[] getUniqueId() { in getUniqueId() method in CarTrustAgentBleManager
276 if (getTrustedDeviceService() != null && getTrustedDeviceService().getUniqueId() != null) { in getUniqueId()
277 mUniqueId = Utils.uuidToBytes(getTrustedDeviceService().getUniqueId()); in getUniqueId()
445 .addServiceData(new ParcelUuid(mUnlockServiceUuid), getUniqueId()) in startUnlockAdvertising()
DCarTrustedDeviceService.java215 UUID getUniqueId() { in getUniqueId() method in CarTrustedDeviceService
DCarTrustAgentEnrollmentService.java639 UUID uniqueId = mTrustedDeviceService.getUniqueId(); in notifyDeviceIdReceived()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java139 eq(Utils.uuidToBytes(mCarTrustedDeviceService.getUniqueId())), any(), eq(false)); in testEncryptionHandshake()