Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h70 int removeNaughtyApps(int numUids, char *appUids[]);
DBandwidthController.cpp382 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps() function in BandwidthController
DCommandListener.cpp1050 int rc = sBandwidthCtrl->removeNaughtyApps(argc - 2, argv + 2); in runCommand()