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