Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringConfiguration.java257 appendIfNotPresent(upstreamIfaceTypes, TYPE_MOBILE_DUN); in getUpstreamIfaceTypes()
355 private static void appendIfNotPresent(ArrayList<Integer> list, int value) { in appendIfNotPresent() method in TetheringConfiguration