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

  /system/netd/server/
NetworkController.h 44 static const unsigned MAX_OEM_ID;
NetworkController.cpp 55 const unsigned NetworkController::MAX_OEM_ID = 50;
255 (MIN_OEM_ID <= netId && netId <= MAX_OEM_ID))) {

Completed in 146 milliseconds