Searched refs:removeNaughtyApps (Results 1 – 3 of 3) sorted by relevance
70 int removeNaughtyApps(int numUids, char *appUids[]);
382 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps() function in BandwidthController
1050 int rc = sBandwidthCtrl->removeNaughtyApps(argc - 2, argv + 2); in runCommand()