Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccSlot.java98 private HashMap<Integer, Integer> mLastRadioState = new HashMap<>(); field in UiccSlot
133 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java205 private final SparseArray<Integer> mLastRadioState = new SparseArray<>(); field in TelephonyMetrics
744 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()