Searched refs:removeNaughtyApps (Results 1 – 4 of 4) sorted by relevance
85 int removeNaughtyApps(int numUids, char *appUids[]);
464 EXPECT_EQ(0, mBw.removeNaughtyApps(appUids.size(), const_cast<char**>(&appUids[0]))); in TEST_F()
330 int BandwidthController::removeNaughtyApps(int numUids, char *appUids[]) { in removeNaughtyApps() function in BandwidthController
866 int rc = gCtls->bandwidthCtrl.removeNaughtyApps(argc - 2, argv + 2); in runCommand()