Home
last modified time | relevance | path

Searched refs:CARRIER_ACTION_SET_RADIO_ENABLED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierActionAgent.java60 public static final int CARRIER_ACTION_SET_RADIO_ENABLED = 1; field in CarrierActionAgent
128 case CARRIER_ACTION_SET_RADIO_ENABLED: in handleMessage()
207 sendMessage(obtainMessage(CARRIER_ACTION_SET_RADIO_ENABLED, enabled)); in carrierActionSetRadioEnabled()
237 case CARRIER_ACTION_SET_RADIO_ENABLED: in getRegistrantsFromAction()
251 case CARRIER_ACTION_SET_RADIO_ENABLED: in getCarrierActionEnabled()
DServiceStateTracker.java21 import static com.android.internal.telephony.CarrierActionAgent.CARRIER_ACTION_SET_RADIO_ENABLED;
674 mPhone.getCarrierActionAgent().registerForCarrierAction(CARRIER_ACTION_SET_RADIO_ENABLED, in ServiceStateTracker()
824 CARRIER_ACTION_SET_RADIO_ENABLED); in dispose()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java80 CarrierActionAgent.CARRIER_ACTION_SET_RADIO_ENABLED, mRadioActionHandler, in setUp()