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;
204 logUnlockEvent(START_UNLOCK_ADVERTISING); in startUnlockAdvertising()
214 logUnlockEvent(STOP_UNLOCK_ADVERTISING); in stopUnlockAdvertising()
225 logUnlockEvent(UNLOCK_SERVICE_INIT); in init()
244 logUnlockEvent(REMOTE_DEVICE_CONNECTED); in onRemoteDeviceConnected()
280 logUnlockEvent(RECEIVED_DEVICE_ID); in onUnlockDataReceived()
318 logUnlockEvent(UNLOCK_CREDENTIALS_RECEIVED); in onUnlockDataReceived()
370 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
381 logUnlockEvent(UNLOCK_ENCRYPTION_STATE, mEncryptionState); in processKeyExchangeHandshakeMessage()
390 logUnlockEvent(WAITING_FOR_CLIENT_AUTH); 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;
252 logUnlockEvent(BLUETOOTH_STATE_CHANGED, state); in onBluetoothStateChanged()
334 logUnlockEvent(USER_UNLOCKED);