HomeSort by relevance Sort by last modified time
    Searched full:appendifnotpresent (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetheringConfiguration.java 243 appendIfNotPresent(upstreamIfaceTypes, TYPE_MOBILE_DUN);
245 appendIfNotPresent(upstreamIfaceTypes, TYPE_MOBILE);
246 appendIfNotPresent(upstreamIfaceTypes, TYPE_MOBILE_HIPRI);
307 private static void appendIfNotPresent(ArrayList<Integer> list, int value) {
  /external/libchrome/base/
values.h 466 bool AppendIfNotPresent(std::unique_ptr<Value> in_value);
values.cc     [all...]

Completed in 307 milliseconds