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