Home
last modified time | relevance | path

Searched refs:logUnlockEvent (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java28 import static com.android.car.trust.EventLog.logUnlockEvent;
206 logUnlockEvent(START_UNLOCK_ADVERTISING); in startUnlockAdvertising()
215 logUnlockEvent(STOP_UNLOCK_ADVERTISING); in stopUnlockAdvertising()
226 logUnlockEvent(UNLOCK_SERVICE_INIT); in init()
245 logUnlockEvent(REMOTE_DEVICE_CONNECTED); in onRemoteDeviceConnected()
281 logUnlockEvent(RECEIVED_DEVICE_ID); in onUnlockDataReceived()
305 logUnlockEvent(CLIENT_AUTHENTICATED); in onUnlockDataReceived()
333 logUnlockEvent(UNLOCK_CREDENTIALS_RECEIVED); in onUnlockDataReceived()
383 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
401 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
[all …]
DEventLog.java62 static void logUnlockEvent(String eventType) { in logUnlockEvent() method in EventLog
73 static void logUnlockEvent(String eventType, int value) { in logUnlockEvent() method in EventLog
DCarBleTrustAgent.java21 import static com.android.car.trust.EventLog.logUnlockEvent;
248 logUnlockEvent(BLUETOOTH_STATE_CHANGED, state); in onBluetoothStateChanged()
330 logUnlockEvent(USER_UNLOCKED);