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

  /system/netd/
BandwidthController.h 157 std::list<int /*appUid*/> naughtyAppUids;
BandwidthController.cpp 272 naughtyAppUids.clear();
373 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) {
377 bool found = (it != naughtyAppUids.end());
384 naughtyAppUids.erase(it);
390 naughtyAppUids.push_front(uid);
    [all...]

Completed in 360 milliseconds