Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java47 private static final ArrayMap<Integer, String> sSubIdtoParticipantIdCache = field in ParticipantData
293 synchronized (sSubIdtoParticipantIdCache) { in getParticipantId()
294 id = sSubIdtoParticipantIdCache.get(subId); in getParticipantId()
310 synchronized (sSubIdtoParticipantIdCache) { in getParticipantId()
312 sSubIdtoParticipantIdCache.put(subId, id); in getParticipantId()