Searched refs:mLastRadioState (Results 1 – 2 of 2) sorted by relevance
64 private int mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE; field in UiccSlot98 log("update: radioState=" + radioState + " mLastRadioState=" + mLastRadioState); in update()111 && mLastRadioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in update()137 mLastRadioState = radioState; in update()160 mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE; in update()187 && mLastRadioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in updateCardStateAbsent()197 mLastRadioState = radioState; in updateCardStateAbsent()420 mLastRadioState = TelephonyManager.RADIO_POWER_UNAVAILABLE; in onRadioStateUnavailable()440 pw.println(" mLastRadioState=" + mLastRadioState); in dump()
205 private final SparseArray<Integer> mLastRadioState = new SparseArray<>(); field in TelephonyMetrics742 for (int i = 0; i < mLastRadioState.size(); i++) { in reset()743 final int key = mLastRadioState.keyAt(i); in reset()745 .setRadioState(mLastRadioState.get(key)).build(); in reset()2713 mLastRadioState.put(phoneId, radioState); in writeRadioState()