Home
last modified time | relevance | path

Searched refs:launchingApp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java53 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in ContentProviderRecord
153 if (launchingApp != null) { in dump()
154 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp); in dump()
DActivityManagerService.java11576 cpr.launchingApp = proc;
11606 if (cpr.launchingApp == null) {
11620 + " launchingApp=" + cpr.launchingApp);
17818 cpr.launchingApp = null;
17962 cpr.launchingApp = null;
18070 if (cpr.launchingApp == app) {
18085 if (cpr.launchingApp == app) {