Searched refs:mLastCarrierId (Results 1 – 1 of 1) sorted by relevance
212 private final SparseArray<CarrierIdMatching> mLastCarrierId = new SparseArray<>(); field in TelephonyMetrics666 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()