Home | History | Annotate | Download | only in firewall

Lines Matching refs:callerUid

124     public boolean checkStartActivity(Intent intent, int callerUid, int callerPid,
127 callerUid, callerPid, resolvedType, resolvedApp.uid);
130 public boolean checkService(ComponentName resolvedService, Intent intent, int callerUid,
132 return checkIntent(mServiceResolver, resolvedService, TYPE_SERVICE, intent, callerUid,
136 public boolean checkBroadcast(Intent intent, int callerUid, int callerPid,
139 callerUid, callerPid, resolvedType, receivingUid);
143 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType,
161 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType,
175 logIntent(intentType, intent, callerUid, resolvedType);
181 private static void logIntent(int intentType, Intent intent, int callerUid,
195 String[] callerPackagesArray = pm.getPackagesForUid(callerUid);
205 EventLogTags.writeIfwIntentMatched(intentType, shortComponent, callerUid,