Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java777 List<Integer> inActivePhoneList = new ArrayList<>(); in updateActiveSubscriptionInfoList() local
779 inActivePhoneList.add(mLastActiveSubscriptionInfos.keyAt(i)); in updateActiveSubscriptionInfoList()
784 inActivePhoneList.removeIf(value -> value.equals(phoneId)); in updateActiveSubscriptionInfoList()
801 for (int phoneId : inActivePhoneList) { in updateActiveSubscriptionInfoList()