Home
last modified time | relevance | path

Searched refs:CARRIER_ACTION_SET_METERED_APNS_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_METERED_APNS_ENABLED = 0; field in CarrierActionAgent
121 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in handleMessage()
219 sendMessage(obtainMessage(CARRIER_ACTION_SET_METERED_APNS_ENABLED, enabled)); in carrierActionSetMeteredApnsEnabled()
240 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in getRegistrantsFromAction()
254 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in getCarrierActionEnabled()
DGsmCdmaPhone.java397 CarrierActionAgent.CARRIER_ACTION_SET_METERED_APNS_ENABLED, this, in GsmCdmaPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java80 CarrierActionAgent.CARRIER_ACTION_SET_METERED_APNS_ENABLED, mDataActionHandler, in setUp()