Searched refs:mLastCarrierId (Results 1 – 1 of 1) sorted by relevance
214 private final SparseArray<CarrierIdMatching> mLastCarrierId = new SparseArray<>(); field in TelephonyMetrics684 for (int i = 0; i < mLastCarrierId.size(); i++) { in reset()685 final int key = mLastCarrierId.keyAt(i); in reset()687 .setCarrierIdMatching(mLastCarrierId.get(key)).build(); in reset()2588 mLastCarrierId.put(phoneId, carrierIdMatching); in writeCarrierIdMatchingEvent()