Searched defs:ALLOW (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java103 private static final String ALLOW = "allow"; field in class:NetworkManagementService
1631 final String rule = allow ? ALLOW : DENY;
1643 final String rule = allow ? ALLOW : DENY;
1655 final String rule = allow ? ALLOW : DENY;
1667 final String rule = allow ? ALLOW : DENY;

Completed in 54 milliseconds