Searched refs:loggedValues (Results 1 – 1 of 1) sorted by relevance
1033 Object[] loggedValues = new Integer[types.length * 2]; in setUserIdentificationAssociation() local1035 loggedValues[i * 2] = types[i]; in setUserIdentificationAssociation()1036 loggedValues[i * 2 + 1 ] = values[i]; in setUserIdentificationAssociation()1038 EventLogHelper.writeCarUserManagerSetUserAuthReq(loggedValues); in setUserIdentificationAssociation()1050 Object[] loggedValues = new Object[rawValues.length]; in setUserIdentificationAssociation()1052 loggedValues[i] = rawValues[i]; in setUserIdentificationAssociation()1054 EventLogHelper.writeCarUserManagerSetUserAuthResp(loggedValues); in setUserIdentificationAssociation()