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.java332 Map<Long, List<String>> mCacheRecipientsByThread = null; field in TelephonyBackupAgent
1592 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);