Home
last modified time | relevance | path

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

/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DTetheringConfigurationTest.java97 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_REQUIRED); in testDunFromTelephonyManagerMeansDun()
113 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_NOT_REQUIRED); in testDunNotRequiredFromTelephonyManagerMeansNoDun()
129 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_UNSPECIFIED); in testDunFromUpstreamConfigMeansDun()
146 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_UNSPECIFIED); in testNoDefinedUpstreamTypesAddsEthernet()
167 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_UNSPECIFIED); in testDefinedUpstreamTypesSansEthernetAddsEthernet()
185 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_UNSPECIFIED); in testDefinedUpstreamTypesWithEthernetDoesNotAddEthernet()
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java209 return (tm != null) ? tm.getTetherApnRequired() : DUN_UNSPECIFIED; in checkDunRequired()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl789 int getTetherApnRequired(); in getTetherApnRequired() method
/frameworks/base/config/
Dboot-image-profile.txt30775 HSPLandroid/telephony/TelephonyManager;->getTetherApnRequired()I
40094 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getTetherApnRequired()I
40191 HSPLcom/android/internal/telephony/ITelephony;->getTetherApnRequired()I