Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java212 private final SparseArray<CarrierIdMatching> mLastCarrierId = new SparseArray<>(); field in TelephonyMetrics
666 for (int i = 0; i < mLastCarrierId.size(); i++) { in reset()
667 final int key = mLastCarrierId.keyAt(i); in reset()
669 .setCarrierIdMatching(mLastCarrierId.get(key)).build(); in reset()
2559 mLastCarrierId.put(phoneId, carrierIdMatching); in writeCarrierIdMatchingEvent()