Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java25 import static com.android.car.trust.EventLog.UNLOCK_ENCRYPTION_STATE;
370 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
381 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
404 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
DEventLog.java47 static final String UNLOCK_ENCRYPTION_STATE = "UNLOCK_ENCRYPTION_STATE"; field in EventLog