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

  /system/netd/server/
NetworkController.cpp 53 const unsigned MIN_NET_ID = 100;
359 if (!((MIN_NET_ID <= netId && netId <= MAX_NET_ID) ||
418 if (!(MIN_NET_ID <= netId && netId <= MAX_NET_ID)) {
845 if (network->getType() == Network::PHYSICAL && network->getNetId() >= MIN_NET_ID) {
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 476 private static final int MIN_NET_ID = 100; // some reserved marks
478 private int mNextNetId = MIN_NET_ID;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 65 milliseconds