Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java88 final int dunCheck = checkDunRequired(ctx); in TetheringConfiguration() local
89 preferredUpstreamIfaceTypes = getUpstreamIfaceTypes(ctx, dunCheck); in TetheringConfiguration()
151 private static Collection<Integer> getUpstreamIfaceTypes(Context ctx, int dunCheck) { in getUpstreamIfaceTypes() argument
159 if (dunCheck == DUN_REQUIRED) continue; in getUpstreamIfaceTypes()
162 if (dunCheck == DUN_NOT_REQUIRED) continue; in getUpstreamIfaceTypes()
172 if (dunCheck == DUN_REQUIRED) { in getUpstreamIfaceTypes()
176 } else if (dunCheck == DUN_NOT_REQUIRED) { in getUpstreamIfaceTypes()