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.java59 public static final int CARRIER_ACTION_SET_METERED_APNS_ENABLED = 0; field in CarrierActionAgent
116 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in handleMessage()
214 sendMessage(obtainMessage(CARRIER_ACTION_SET_METERED_APNS_ENABLED, enabled)); in carrierActionSetMeteredApnsEnabled()
235 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in getRegistrantsFromAction()
249 case CARRIER_ACTION_SET_METERED_APNS_ENABLED: in getCarrierActionEnabled()
DGsmCdmaPhone.java296 CarrierActionAgent.CARRIER_ACTION_SET_METERED_APNS_ENABLED, this, in GsmCdmaPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java77 CarrierActionAgent.CARRIER_ACTION_SET_METERED_APNS_ENABLED, mDataActionHandler, in setUp()