Home
last modified time | relevance | path

Searched refs:carrierActionSetMeteredApnsEnabled (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierActionAgentTest.java115 mCarrierActionAgentUT.carrierActionSetMeteredApnsEnabled(false); in testCarrierActionResetOnAPM()
160 mCarrierActionAgentUT.carrierActionSetMeteredApnsEnabled(false); in testCarrierActionResetOnAPNChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierActionAgent.java213 public void carrierActionSetMeteredApnsEnabled(boolean enabled) { in carrierActionSetMeteredApnsEnabled() method in CarrierActionAgent
226 carrierActionSetMeteredApnsEnabled(true); in carrierActionReset()
DPhone.java3104 public void carrierActionSetMeteredApnsEnabled(boolean enabled) { in carrierActionSetMeteredApnsEnabled() method in Phone
3105 mCarrierActionAgent.carrierActionSetMeteredApnsEnabled(enabled); in carrierActionSetMeteredApnsEnabled()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl1502 void carrierActionSetMeteredApnsEnabled(int subId, boolean visible); in carrierActionSetMeteredApnsEnabled() method