Home
last modified time | relevance | path

Searched refs:setRadioState (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c263 static void setRadioState(RIL_RadioState newState);
459 setRadioState(RADIO_STATE_OFF); in requestRadioPower()
472 setRadioState(RADIO_STATE_ON); in requestRadioPower()
492 setRadioState(RADIO_STATE_UNAVAILABLE); in requestShutdown()
2804 setRadioState(RIL_RadioState newState) function
3359 setRadioState (RADIO_STATE_OFF);
3429 setRadioState (RADIO_STATE_ON);
3610 setRadioState(RADIO_STATE_OFF);
3621 setRadioState (RADIO_STATE_UNAVAILABLE);
3634 setRadioState (RADIO_STATE_UNAVAILABLE);
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyEventBuilder.java231 public TelephonyEventBuilder setRadioState(int radioState) { in setRadioState() method in TelephonyEventBuilder
H A DTelephonyMetrics.java749 .setRadioState(mLastRadioState.get(key)).build(); in reset()
2718 TelephonyEvent event = new TelephonyEventBuilder(phoneId).setRadioState(radioState).build(); in writeRadioState()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java198 setRadioState(TelephonyManager.RADIO_POWER_ON, false /* forceNotifyRegistrants */); in SimulatedCommands()
1325 setRadioState(TelephonyManager.RADIO_POWER_ON, false /* forceNotifyRegistrants */); in setRadioPower()
1327 setRadioState(TelephonyManager.RADIO_POWER_OFF, false /* forceNotifyRegistrants */); in setRadioPower()
1684 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in shutdown()
2153 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in requestShutdown()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java859 protected void setRadioState(int newState, boolean forceNotifyRegistrants) { in setRadioState() method in BaseCommands
H A DRadioIndication.java149 mRil.setRadioState(state, false /* forceNotifyRegistrants */); in radioStateChanged()
H A DRIL.java448 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, true /* forceNotifyRegistrants */); in resetProxyAndRequestList()
6172 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, in processResponseInternal()