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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java60 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE; field in class:UiccSlot
91 log("update: radioState=" + radioState + " mLastRadioState=" + mLastRadioState);
103 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON) {
124 mLastRadioState = radioState;
144 mLastRadioState = RadioState.RADIO_UNAVAILABLE;
171 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON) {
184 mLastRadioState = radioState;
372 mLastRadioState = RadioState.RADIO_UNAVAILABLE;
390 pw.println(" mLastRadioState
[all...]

Completed in 67 milliseconds