Searched refs:radioState (Results 1 – 6 of 6) sorted by relevance
131 int radioState = ci.getRadioState(); in update() local133 log("update: radioState=" + radioState + " mLastRadioState=" + mLastRadioState); in update()147 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE in update()188 mLastRadioState.put(ics.mSlotPortMapping.mPortIndex, radioState); in update()220 int radioState = SubscriptionManager.isValidPhoneId(phoneId) ? in update() local223 updateCardStateAbsent(radioState, phoneId, i); in update()351 private void updateCardStateAbsent(int radioState, int phoneId, int portIndex) { in updateCardStateAbsent() argument353 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE in updateCardStateAbsent()
100 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument103 int state = RILUtils.convertHalRadioState(radioState); in radioStateChanged()
138 public void radioStateChanged(int indicationType, int radioState) { in radioStateChanged() argument141 int state = RILUtils.convertHalRadioState(radioState); in radioStateChanged()
711 int radioState = mCi.getRadioState(); in switchPhoneType() local712 if (radioState != TelephonyManager.RADIO_POWER_UNAVAILABLE) { in switchPhoneType()714 if (radioState == TelephonyManager.RADIO_POWER_ON) { in switchPhoneType()718 if (radioState != TelephonyManager.RADIO_POWER_ON) { in switchPhoneType()
231 public TelephonyEventBuilder setRadioState(int radioState) { in setRadioState() argument233 mEvent.radioState = radioState; in setRadioState()
2720 int radioState = convertRadioState(state); in writeRadioState() local2721 TelephonyEvent event = new TelephonyEventBuilder(phoneId).setRadioState(radioState).build(); in writeRadioState()2722 mLastRadioState.put(phoneId, radioState); in writeRadioState()