Lines Matching refs:caller

202     // For debugging to make sure the caller when acquiring/releasing our
910 startActivityLocked(null /* caller */, intent, null /* resolvedType */, aInfo,
925 final int startActivityMayWait(IApplicationThread caller, int callingUid,
957 } else if (caller == null) {
986 if (caller != null) {
987 ProcessRecord callerApp = mService.getRecordForAppLocked(caller);
991 Slog.w(TAG, "Unable to find app for caller " + caller
1026 caller = null;
1045 int res = startActivityLocked(caller, intent, resolvedType, aInfo,
1054 // If the caller also wants to switch to a new configuration,
1100 final int startActivities(IApplicationThread caller, int callingUid, String callingPackage,
1117 } else if (caller == null) {
1161 int res = startActivityLocked(caller, intent, resolvedTypes[i],
1399 final int startActivityLocked(IApplicationThread caller,
1410 if (caller != null) {
1411 callerApp = mService.getRecordForAppLocked(caller);
1416 Slog.w(TAG, "Unable to find app for caller " + caller
1472 // these two packages come from the same uid; the caller could just as
1525 // If the caller is starting a new voice session, just make sure the target
1630 // We pretend to the caller that it was really started, but
1644 // If the caller didn't specify an explicit time tracker, we want to continue
1878 // task... yet the caller has requested a result back. Well, that
1908 // If the caller has asked not to resume at this point, we make note
1920 // a special case, if we do not know the caller then we count the
1921 // current top activity as the caller.
1936 // If the caller is not coming from another activity, but has given us an
1975 // If the task is not empty and the caller is asking to start it as the root
2090 // if the caller is not itself in the front.
2123 // If the caller has requested that the target task be
2148 // The caller has requested to completely replace any
2175 // currently running, and the caller has asked to clear the current
2352 // task, but the caller has asked to clear that task if the
2395 // The caller is asking that the new activity be started in an explicit
2425 // stop here but still tell the caller that we consumed the intent.
3245 // Let the caller know that it can't be seen.