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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
H A DTetheringConfiguration.java51 public static final int DUN_NOT_REQUIRED = 0; field in class:TetheringConfiguration
162 if (dunCheck == DUN_NOT_REQUIRED) continue;
176 } else if (dunCheck == DUN_NOT_REQUIRED) {
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DTetheringConfigurationTest.java23 import static com.android.server.connectivity.tethering.TetheringConfiguration.DUN_NOT_REQUIRED;
108 when(mTelephonyManager.getTetherApnRequired()).thenReturn(DUN_NOT_REQUIRED);

Completed in 125 milliseconds