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

  /system/netd/server/
NetworkController.h 43 static const unsigned MIN_OEM_ID;
NetworkController.cpp 54 const unsigned NetworkController::MIN_OEM_ID = 1;
255 (MIN_OEM_ID <= netId && netId <= MAX_OEM_ID))) {

Completed in 131 milliseconds