Searched refs:mCacheRecipientsByThread (Results 1 – 1 of 1) sorted by relevance
287 Map<Long, List<String>> mCacheRecipientsByThread = null; field in TelephonyBackupAgent1189 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);