Searched refs:launchingApp (Results 1 – 2 of 2) sorted by relevance
53 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in ContentProviderRecord153 if (launchingApp != null) { in dump()154 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp); in dump()
9690 cpr.launchingApp = proc; in getContentProviderImpl()9717 if (cpr.launchingApp == null) { in getContentProviderImpl()9731 + " launchingApp=" + cpr.launchingApp); in getContentProviderImpl()15380 cpr.launchingApp = null; in removeDyingProviderLocked()15523 cpr.launchingApp = null; in cleanUpApplicationRecordLocked()15628 if (cpr.launchingApp == app) { in checkAppInLaunchingProvidersLocked()