Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyEventBuilder.java231 public TelephonyEventBuilder setRadioState(int radioState) { in setRadioState() method in TelephonyEventBuilder
DTelephonyMetrics.java745 .setRadioState(mLastRadioState.get(key)).build(); in reset()
2712 TelephonyEvent event = new TelephonyEventBuilder(phoneId).setRadioState(radioState).build(); in writeRadioState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java197 setRadioState(TelephonyManager.RADIO_POWER_ON, false /* forceNotifyRegistrants */); in SimulatedCommands()
1324 setRadioState(TelephonyManager.RADIO_POWER_ON, false /* forceNotifyRegistrants */); in setRadioPower()
1326 setRadioState(TelephonyManager.RADIO_POWER_OFF, false /* forceNotifyRegistrants */); in setRadioPower()
1683 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in shutdown()
2152 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, false /* forceNotifyRegistrants */); in requestShutdown()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java859 protected void setRadioState(int newState, boolean forceNotifyRegistrants) { in setRadioState() method in BaseCommands
DRadioIndication.java149 mRil.setRadioState(state, false /* forceNotifyRegistrants */); in radioStateChanged()
DRIL.java445 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, true /* forceNotifyRegistrants */); in resetProxyAndRequestList()
6116 setRadioState(TelephonyManager.RADIO_POWER_UNAVAILABLE, in processResponseInternal()