Home
last modified time | relevance | path

Searched refs:mCacheActiveSubInfoList (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java517 subInfos = new ArrayList<>(mCacheActiveSubInfoList); in notifySubscriptionInfoChanged()
774 for (SubscriptionInfo subInfo : mCacheActiveSubInfoList) { in getSubscriptionInfo()
962 makeCacheListCopyWithLock(mCacheActiveSubInfoList)); in getActiveSubscriptionInfoList()
976 makeCacheListCopyWithLock(mCacheActiveSubInfoList)); in getActiveSubscriptionInfoList()
1001 mCacheActiveSubInfoList.clear(); in refreshCachedActiveSubscriptionInfoList()
1003 mCacheActiveSubInfoList.addAll(activeSubscriptionInfoList); in refreshCachedActiveSubscriptionInfoList()
1006 mCacheActiveSubInfoList.clear(); in refreshCachedActiveSubscriptionInfoList()
1009 if (!mCacheActiveSubInfoList.isEmpty()) { in refreshCachedActiveSubscriptionInfoList()
1010 for (SubscriptionInfo si : mCacheActiveSubInfoList) { in refreshCachedActiveSubscriptionInfoList()
1601 for (SubscriptionInfo info : mCacheActiveSubInfoList) { in removeSubInfo()
[all …]