Home
last modified time | relevance | path

Searched refs:isValidUnlockDeviceId (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentValidator.java44 static boolean isValidUnlockDeviceId(byte[] value) { in isValidUnlockDeviceId() method in CarTrustAgentValidator
DCarTrustAgentUnlockService.java267 if (!CarTrustAgentValidator.isValidUnlockDeviceId(value)) { in onUnlockDataReceived()