Home
last modified time | relevance | path

Searched refs:receivingUid (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
DSenderFilter.java83 int callerUid, int callerPid, String resolvedType, int receivingUid) {
84 return ifw.signaturesMatch(callerUid, receivingUid);
91 int callerUid, int callerPid, String resolvedType, int receivingUid) {
99 int callerUid, int callerPid, String resolvedType, int receivingUid) {
101 ifw.signaturesMatch(callerUid, receivingUid);
108 int callerUid, int callerPid, String resolvedType, int receivingUid) {
113 return ifw.checkComponentPermission(null, callerPid, callerUid, receivingUid, false);
DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
32 resolvedType, receivingUid)) { in matches()
DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
32 resolvedType, receivingUid)) { in matches()
DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, receivingUid, in matches()
DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
38 receivingUid); in matches()
DFilter.java35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches() argument
DIntentFirewall.java140 String resolvedType, int receivingUid) { in checkBroadcast() argument
142 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast()
147 int receivingUid) { in checkIntent() argument
165 receivingUid)) { in checkIntent()
DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DSenderPackageFilter.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
DStringFilter.java122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument