Home
last modified time | relevance | path

Searched refs:removeNaughtyApps (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DBandwidthController.h74 int removeNaughtyApps(int numUids, char *appUids[]);
DBandwidthController.cpp362 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps() function in BandwidthController
DCommandListener.cpp1044 int rc = gCtls->bandwidthCtrl.removeNaughtyApps(argc - 2, argv + 2); in runCommand()