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

/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java47 final ProcessRecord callerApp; // process that sent this field in class:BroadcastRecord
113 pw.print(callerApp != null ? callerApp.toShortString() : "null");
228 callerApp = _callerApp;
H A DActivityStackSupervisor.java462 final ProcessRecord callerApp; field in class:ActivityStackSupervisor.PendingActivityLaunch
470 callerApp = _callerApp;
475 if (callerApp.thread != null) {
476 callerApp.thread.scheduleCrash(message);
1425 String callingPackage, boolean ignoreTargetSecurity, ProcessRecord callerApp,
1446 + " from " + callerApp + " (pid=" + callingPid
1451 + " from " + callerApp + " (pid=" + callingPid
1456 + " from " + callerApp + " (pid=" + callingPid
1466 + " from " + callerApp + " (pid=" + callingPid
1474 + " from " + callerApp
1423 checkStartAnyActivityPermission(Intent intent, ActivityInfo aInfo, String resultWho, int requestCode, int callingPid, int callingUid, String callingPackage, boolean ignoreTargetSecurity, ProcessRecord callerApp, ActivityRecord resultRecord, ActivityStack resultStack, ActivityOptions options) argument
[all...]
H A DActivityManagerService.java17576 ProcessRecord callerApp = null;
17581 callerApp = getRecordForAppLocked(caller);
17582 if (callerApp == null) {
17588 if (callerApp.info.uid != Process.SYSTEM_UID &&
17589 !callerApp.pkgList.containsKey(callerPackage) &&
17592 + " is not running in process " + callerApp);
17594 callingUid = callerApp.info.uid;
17595 callingPid = callerApp.pid;
17658 if (callerApp != null && (callerApp
17871 checkBroadcastFromSystem(Intent intent, ProcessRecord callerApp, String callerPackage, int callingUid, boolean isProtectedBroadcast, List receivers) argument
17936 broadcastIntentLocked(ProcessRecord callerApp, String callerPackage, Intent intent, String resolvedType, IIntentReceiver resultTo, int resultCode, String resultData, Bundle resultExtras, String[] requiredPermissions, int appOp, Bundle bOptions, boolean ordered, boolean sticky, int callingPid, int callingUid, int userId) argument
[all...]

Completed in 189 milliseconds