Searched refs:DUN_REQUIRED (Results 1 – 2 of 2) sorted by relevance
52 public static final int DUN_REQUIRED = 1; field in TetheringConfiguration159 if (dunCheck == DUN_REQUIRED) continue; in getUpstreamIfaceTypes()172 if (dunCheck == DUN_REQUIRED) { in getUpstreamIfaceTypes()
24 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_REQUIRED;92 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_REQUIRED); in testDunFromTelephonyManagerMeansDun()