Searched refs:mCacheRecipientsByThread (Results 1 – 1 of 1) sorted by relevance
322 Map<Long, List<String>> mCacheRecipientsByThread = null; field in TelephonyBackupAgent1451 if (mCacheRecipientsByThread == null) {1452 mCacheRecipientsByThread = new HashMap<>();1455 if (!mCacheRecipientsByThread.containsKey(threadId)) {1458 mCacheRecipientsByThread.put(threadId, getAddresses(spaceSepIds));1460 mCacheRecipientsByThread.put(threadId, new ArrayList<String>());1464 return mCacheRecipientsByThread.get(threadId);