Home
last modified time | relevance | path

Searched defs:resolvedApp (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/java/com/android/server/firewall/
DFilter.java38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp); in matches()
DOrFilter.java29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DAndFilter.java29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DNotFilter.java36 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DPortFilter.java45 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
DStringFilter.java123 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
139 String resolvedType, ApplicationInfo resolvedApp); in getValue()