Searched refs:mLastRadioState (Results 1 – 2 of 2) sorted by relevance
98 private HashMap<Integer, Integer> mLastRadioState = new HashMap<>(); field in UiccSlot133 log("update: radioState=" + radioState + " mLastRadioState=" + mLastRadioState); in update()148 && mLastRadioState.getOrDefault(ics.mSlotPortMapping.mPortIndex, in update()188 mLastRadioState.put(ics.mSlotPortMapping.mPortIndex, radioState); in update()213 mLastRadioState.put(i, TelephonyManager.RADIO_POWER_UNAVAILABLE); in update()354 && mLastRadioState.getOrDefault( in updateCardStateAbsent()367 mLastRadioState.put(portIndex, TelephonyManager.RADIO_POWER_UNAVAILABLE); in updateCardStateAbsent()642 mLastRadioState.put(portIndex, TelephonyManager.RADIO_POWER_UNAVAILABLE); in onRadioStateUnavailable()671 pw.println("mLastRadioState=" + mLastRadioState); in dump()
205 private final SparseArray<Integer> mLastRadioState = new SparseArray<>(); field in TelephonyMetrics744 for (int i = 0; i < mLastRadioState.size(); i++) { in reset()745 final int key = mLastRadioState.keyAt(i); in reset()747 .setRadioState(mLastRadioState.get(key)).build(); in reset()2722 mLastRadioState.put(phoneId, radioState); in writeRadioState()