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()
479 cpr.launchingApp = proc; in getContentProviderImpl()510 if (cpr.launchingApp == null) { in getContentProviderImpl()546 if (cpr.launchingApp == null) { in getContentProviderImpl()559 + " launchingApp=" + cpr.launchingApp + " for " + wait + " ms"); in getContentProviderImpl()1655 cpr.launchingApp = null; in removeDyingProviderLocked()1728 if (cpr.launchingApp == app) { in checkAppInLaunchingProvidersLocked()1743 if (cpr.launchingApp != app) { in cleanupAppInLaunchingProvidersLocked()1765 cpr.launchingApp = null; in cleanupLaunchingProvidersLocked()