Searched refs:dunCheck (Results 1 – 1 of 1) sorted by relevance
88 final int dunCheck = checkDunRequired(ctx); in TetheringConfiguration() local89 preferredUpstreamIfaceTypes = getUpstreamIfaceTypes(ctx, dunCheck); in TetheringConfiguration()151 private static Collection<Integer> getUpstreamIfaceTypes(Context ctx, int dunCheck) { in getUpstreamIfaceTypes() argument159 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()