Searched refs:mCacheRecipientsByThread (Results 1 – 1 of 1) sorted by relevance
332 Map<Long, List<String>> mCacheRecipientsByThread = null; field in TelephonyBackupAgent1592 if (mCacheRecipientsByThread == null) {1593 mCacheRecipientsByThread = new HashMap<>();1596 if (!mCacheRecipientsByThread.containsKey(threadId)) {1599 mCacheRecipientsByThread.put(threadId, getAddresses(spaceSepIds));1601 mCacheRecipientsByThread.put(threadId, new ArrayList<String>());1605 return mCacheRecipientsByThread.get(threadId);