Searched refs:logUnlockEvent (Results 1 – 3 of 3) sorted by relevance
28 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 …]
62 static void logUnlockEvent(String eventType) { in logUnlockEvent() method in EventLog73 static void logUnlockEvent(String eventType, int value) { in logUnlockEvent() method in EventLog
21 import static com.android.car.trust.EventLog.logUnlockEvent;248 logUnlockEvent(BLUETOOTH_STATE_CHANGED, state); in onBluetoothStateChanged()330 logUnlockEvent(USER_UNLOCKED);