Searched defs:resolvedApp (Results 1 – 8 of 8) sorted by relevance
| /frameworks/base/services/java/com/android/server/firewall/ |
| D | Filter.java | 38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp); in matches()
|
| D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches()
|
| D | StringFilter.java | 123 int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in matches() 139 String resolvedType, ApplicationInfo resolvedApp); in getValue()
|