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.java61 public static final int CARRIER_ACTION_SET_RADIO_ENABLED = 1; field in CarrierActionAgent
133 case CARRIER_ACTION_SET_RADIO_ENABLED: in handleMessage()
212 sendMessage(obtainMessage(CARRIER_ACTION_SET_RADIO_ENABLED, enabled)); in carrierActionSetRadioEnabled()
242 case CARRIER_ACTION_SET_RADIO_ENABLED: in getRegistrantsFromAction()
256 case CARRIER_ACTION_SET_RADIO_ENABLED: in getCarrierActionEnabled()
DServiceStateTracker.java21 import static com.android.internal.telephony.CarrierActionAgent.CARRIER_ACTION_SET_RADIO_ENABLED;
701 mPhone.getCarrierActionAgent().registerForCarrierAction(CARRIER_ACTION_SET_RADIO_ENABLED, in ServiceStateTracker()
888 CARRIER_ACTION_SET_RADIO_ENABLED); in dispose()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java83 CarrierActionAgent.CARRIER_ACTION_SET_RADIO_ENABLED, mRadioActionHandler, in setUp()