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
114 pw.print(callerApp != null ? callerApp.toShortString() : "null");
228 callerApp = _callerApp;
259 callerApp = from.callerApp;
H A DActivityStackSupervisor.java583 final ProcessRecord callerApp; field in class:ActivityStackSupervisor.PendingActivityLaunch
591 callerApp = _callerApp;
596 if (callerApp.thread != null) {
597 callerApp.thread.scheduleCrash(message);
1596 String callingPackage, boolean ignoreTargetSecurity, ProcessRecord callerApp,
1617 + " from " + callerApp + " (pid=" + callingPid
1622 + " from " + callerApp + " (pid=" + callingPid
1627 + " from " + callerApp + " (pid=" + callingPid
1637 + " from " + callerApp + " (pid=" + callingPid
1645 + " from " + callerApp
1594 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.java18717 ProcessRecord callerApp = null;
18725 callerApp = getRecordForAppLocked(caller);
18726 if (callerApp == null) {
18732 if (callerApp.info.uid != SYSTEM_UID &&
18733 !callerApp.pkgList.containsKey(callerPackage) &&
18736 + " is not running in process " + callerApp);
18738 callingUid = callerApp.info.uid;
18739 callingPid = callerApp.pid;
18746 instantApp = isInstantApp(callerApp, callerPackage, callingUid);
18808 if (callerApp !
19024 checkBroadcastFromSystem(Intent intent, ProcessRecord callerApp, String callerPackage, int callingUid, boolean isProtectedBroadcast, List receivers) argument
19097 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 136 milliseconds