Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java287 Map<Long, List<String>> mCacheRecipientsByThread = null; field in TelephonyBackupAgent
1189 if (mCacheRecipientsByThread == null) {
1190 mCacheRecipientsByThread = new HashMap<>();
1193 if (!mCacheRecipientsByThread.containsKey(threadId)) {
1196 mCacheRecipientsByThread.put(threadId, getAddresses(spaceSepIds));
1198 mCacheRecipientsByThread.put(threadId, new ArrayList<String>());
1202 return mCacheRecipientsByThread.get(threadId);