Home
last modified time | relevance | path

Searched refs:DUN_REQUIRED (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java52 public static final int DUN_REQUIRED = 1; field in TetheringConfiguration
159 if (dunCheck == DUN_REQUIRED) continue; in getUpstreamIfaceTypes()
172 if (dunCheck == DUN_REQUIRED) { in getUpstreamIfaceTypes()
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
DTetheringConfigurationTest.java24 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_REQUIRED;
92 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_REQUIRED); in testDunFromTelephonyManagerMeansDun()