Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java658 Object[] loggedValues = new Integer[types.length * 2]; in setUserIdentificationAssociation() local
660 loggedValues[i * 2] = types[i]; in setUserIdentificationAssociation()
661 loggedValues[i * 2 + 1 ] = values[i]; in setUserIdentificationAssociation()
663 EventLog.writeEvent(EventLogTags.CAR_USER_MGR_SET_USER_AUTH_REQ, loggedValues); in setUserIdentificationAssociation()
675 Object[] loggedValues = new Object[rawValues.length]; in setUserIdentificationAssociation()
677 loggedValues[i] = rawValues[i]; in setUserIdentificationAssociation()
680 loggedValues); in setUserIdentificationAssociation()