Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/user/
H A DCarUserManager.java685 Object[] loggedValues = new Integer[types.length * 2]; in setUserIdentificationAssociation() local
687 loggedValues[i * 2] = types[i]; in setUserIdentificationAssociation()
688 loggedValues[i * 2 + 1 ] = values[i]; in setUserIdentificationAssociation()
690 EventLog.writeEvent(EventLogTags.CAR_USER_MGR_SET_USER_AUTH_REQ, loggedValues); in setUserIdentificationAssociation()
702 Object[] loggedValues = new Object[rawValues.length]; in setUserIdentificationAssociation()
704 loggedValues[i] = rawValues[i]; in setUserIdentificationAssociation()
707 loggedValues); in setUserIdentificationAssociation()