Searched defs:removeRule (Results 1 – 3 of 3) sorted by relevance
81 Result<void> Firewall::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule() function in Firewall
242 Status TrafficController::removeRule(uint32_t uid, UidOwnerMatchType match) { in removeRule() function in android::net::TrafficController
416 private void removeRule(final int uid, final long match, final String caller) { in removeRule() method in BpfNetMaps