Searched refs:launchingApp (Results 1 – 2 of 2) sorted by relevance
58 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in ContentProviderRecord185 if (launchingApp != null) { in dump()186 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp); in dump()
7102 cpr.launchingApp = proc; in getContentProviderImpl()7136 if (cpr.launchingApp == null) { in getContentProviderImpl()7151 + " launchingApp=" + cpr.launchingApp + " for " + wait + " ms"); in getContentProviderImpl()13684 cpr.launchingApp = null; in removeDyingProviderLocked()13832 cpr.launchingApp = null; in cleanUpApplicationRecordLocked()13932 if (cpr.launchingApp == app) { in checkAppInLaunchingProvidersLocked()13947 if (cpr.launchingApp == app) { in cleanupAppInLaunchingProvidersLocked()