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.java1032 Object[] loggedValues = new Integer[types.length * 2]; in setUserIdentificationAssociation() local
1034 loggedValues[i * 2] = types[i]; in setUserIdentificationAssociation()
1035 loggedValues[i * 2 + 1 ] = values[i]; in setUserIdentificationAssociation()
1037 EventLogHelper.writeCarUserManagerSetUserAuthReq(loggedValues); in setUserIdentificationAssociation()
1049 Object[] loggedValues = new Object[rawValues.length]; in setUserIdentificationAssociation()
1051 loggedValues[i] = rawValues[i]; in setUserIdentificationAssociation()
1053 EventLogHelper.writeCarUserManagerSetUserAuthResp(loggedValues); in setUserIdentificationAssociation()