/frameworks/base/services/core/java/com/android/server/firewall/ |
D | SenderFilter.java | 70 int callerUid, int callerPid, String resolvedType, int receivingUid) { 71 return ifw.signaturesMatch(callerUid, receivingUid); 78 int callerUid, int callerPid, String resolvedType, int receivingUid) { 86 int callerUid, int callerPid, String resolvedType, int receivingUid) { 88 || ifw.signaturesMatch(callerUid, receivingUid); 95 int callerUid, int callerPid, String resolvedType, int receivingUid) { 100 return ifw.checkComponentPermission(null, callerPid, callerUid, receivingUid, false);
|
D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 32 resolvedType, receivingUid)) { in matches()
|
D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, receivingUid, in matches()
|
D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 38 receivingUid); in matches()
|
D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches() argument
|
D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | IntentFirewall.java | 157 String resolvedType, int receivingUid) { in checkBroadcast() argument 159 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast() 164 int receivingUid) { in checkIntent() argument 183 receivingUid)) { in checkIntent()
|
D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | StringFilter.java | 122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|