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