Searched refs:launchingApp (Results 1 – 2 of 2) sorted by relevance
63 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in ContentProviderRecord197 if (launchingApp == null) { in onProviderPublishStatusLocked()235 if (launchingApp != null) { in dump()236 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp); in dump()
592 cpr.launchingApp = proc; in getContentProviderImpl()623 if (cpr.launchingApp == null) { in getContentProviderImpl()659 if (cpr.launchingApp == null) { in getContentProviderImpl()672 + " launchingApp=" + cpr.launchingApp + " for " + wait + " ms"); in getContentProviderImpl()1798 cpr.launchingApp = null; in removeDyingProviderLocked()1874 if (cpr.launchingApp == app) { in checkAppInLaunchingProvidersLocked()1889 if (cpr.launchingApp != app) { in cleanupAppInLaunchingProvidersLocked()1911 cpr.launchingApp = null; in cleanupLaunchingProvidersLocked()