Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vcn/
DTelephonySubscriptionTracker.java231 final List<SubscriptionInfo> allSubs = mSubscriptionManager.getAllSubscriptionInfoList(); in handleSubscriptionsChanged() local
232 if (allSubs == null) { in handleSubscriptionsChanged()
238 for (SubscriptionInfo subInfo : allSubs) { in handleSubscriptionsChanged()