Searched defs:resolvedApp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/firewall/
H A DIntentFirewall.java125 String resolvedType, ApplicationInfo resolvedApp) {
127 callerUid, callerPid, resolvedType, resolvedApp.uid);
131 int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
133 callerPid, resolvedType, resolvedApp.uid);
124 checkStartActivity(Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
130 checkService(ComponentName resolvedService, Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument

Completed in 62 milliseconds