Searched refs:sSubIdtoParticipantIdCache (Results 1 – 1 of 1) sorted by relevance
47 private static final ArrayMap<Integer, String> sSubIdtoParticipantIdCache = field in ParticipantData293 synchronized (sSubIdtoParticipantIdCache) { in getParticipantId()294 id = sSubIdtoParticipantIdCache.get(subId); in getParticipantId()310 synchronized (sSubIdtoParticipantIdCache) { in getParticipantId()312 sSubIdtoParticipantIdCache.put(subId, id); in getParticipantId()