Searched refs:UNLOCK_ENCRYPTION_STATE (Results 1 – 2 of 2) sorted by relevance
25 import static com.android.car.trust.EventLog.UNLOCK_ENCRYPTION_STATE;383 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()401 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
47 static final String UNLOCK_ENCRYPTION_STATE = "UNLOCK_ENCRYPTION_STATE"; field in EventLog