Home | History | Annotate | Download | only in am

Lines Matching refs:callerApp

893                             ProcessRecord callerApp = mService.getRecordForAppLocked(caller);
894 if (callerApp != null) {
895 appCallingUid = callerApp.info.uid;
1306 ProcessRecord callerApp = null;
1308 callerApp = mService.getRecordForAppLocked(caller);
1309 if (callerApp != null) {
1310 callingPid = callerApp.pid;
1311 callingUid = callerApp.info.uid;
1443 + " from " + callerApp + " (pid=" + callingPid
1448 + " from " + callerApp + " (pid=" + callingPid
1482 ActivityRecord r = new ActivityRecord(mService, callerApp, callingUid, callingPackage,