Home | History | Annotate | Download | only in am

Lines Matching refs:callerApp

869                             ProcessRecord callerApp = mService.getRecordForAppLocked(caller);
870 if (callerApp != null) {
871 appCallingUid = callerApp.info.uid;
1282 ProcessRecord callerApp = null;
1284 callerApp = mService.getRecordForAppLocked(caller);
1285 if (callerApp != null) {
1286 callingPid = callerApp.pid;
1287 callingUid = callerApp.info.uid;
1418 + " from " + callerApp + " (pid=" + callingPid
1423 + " from " + callerApp + " (pid=" + callingPid
1457 ActivityRecord r = new ActivityRecord(mService, callerApp, callingUid, callingPackage,