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