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

/frameworks/base/services/java/com/android/server/am/
H A DBroadcastRecord.java40 final ProcessRecord callerApp; // process that sent this field in class:BroadcastRecord
90 pw.print(callerApp != null ? callerApp.toShortString() : "null");
174 callerApp = _callerApp;
H A DActivityManagerService.java11317 ProcessRecord callerApp = null;
11319 callerApp = getRecordForAppLocked(caller);
11320 if (callerApp == null) {
11326 if (callerApp.info.uid != Process.SYSTEM_UID &&
11327 !callerApp.pkgList.contains(callerPackage)) {
11329 + " is not running in process " + callerApp);
11331 callingUid = callerApp.info.uid;
11332 callingPid = callerApp.pid;
11375 rl = new ReceiverList(this, callerApp, callingPid, callingUid,
11567 private final int broadcastIntentLocked(ProcessRecord callerApp, argument
[all...]

Completed in 145 milliseconds