Searched refs:launchingApp (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java12443 cpr.launchingApp = proc;
12473 if (cpr.launchingApp == null) {
12487 + " launchingApp=" + cpr.launchingApp);
20033 cpr.launchingApp = null;
20179 cpr.launchingApp = null;
20288 if (cpr.launchingApp == app) {
20303 if (cpr.launchingApp == app) {
[all...]
H A DContentProviderRecord.java53 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in class:ContentProviderRecord
153 if (launchingApp != null) {
154 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp);

Completed in 96 milliseconds