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.java747 List<Integer> inActivePhoneList = new ArrayList<>(); in updateActiveSubscriptionInfoList() local
749 inActivePhoneList.add(mLastActiveSubscriptionInfos.keyAt(i)); in updateActiveSubscriptionInfoList()
754 inActivePhoneList.removeIf(value -> value.equals(phoneId)); in updateActiveSubscriptionInfoList()
768 for (int phoneId : inActivePhoneList) { in updateActiveSubscriptionInfoList()