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

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

Completed in 4469 milliseconds