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.java70 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);
DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
32 resolvedType, receivingUid)) { in matches()
DOrFilter.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
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
DIntentFirewall.java157 String resolvedType, int receivingUid) { in checkBroadcast() argument
159 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast()
164 int receivingUid) { in checkIntent() argument
183 receivingUid)) { in checkIntent()
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