Searched refs:getUniqueId (Results 1 – 4 of 4) sorted by relevance
271 private byte[] getUniqueId() { in getUniqueId() method in CarTrustAgentBleManager276 if (getTrustedDeviceService() != null && getTrustedDeviceService().getUniqueId() != null) { in getUniqueId()277 mUniqueId = Utils.uuidToBytes(getTrustedDeviceService().getUniqueId()); in getUniqueId()445 .addServiceData(new ParcelUuid(mUnlockServiceUuid), getUniqueId()) in startUnlockAdvertising()
215 UUID getUniqueId() { in getUniqueId() method in CarTrustedDeviceService
639 UUID uniqueId = mTrustedDeviceService.getUniqueId(); in notifyDeviceIdReceived()
139 eq(Utils.uuidToBytes(mCarTrustedDeviceService.getUniqueId())), any(), eq(false)); in testEncryptionHandshake()