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

/frameworks/base/core/java/android/webkit/
H A DGeolocationPermissionsClassic.java40 static final int ALLOW = 3; field in class:GeolocationPermissionsClassic
123 case ALLOW:
217 postMessage(Message.obtain(null, ALLOW, origin));
/frameworks/base/services/java/com/android/server/
H A DNetworkManagementService.java99 private static final String ALLOW = "allow"; field in class:NetworkManagementService
1460 final String rule = allow ? ALLOW : DENY;
1472 final String rule = allow ? ALLOW : DENY;
1484 final String rule = allow ? ALLOW : DENY;
1496 final String rule = allow ? ALLOW : DENY;

Completed in 302 milliseconds