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.java58 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched. field in ContentProviderRecord
185 if (launchingApp != null) { in dump()
186 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp); in dump()
DActivityManagerService.java7102 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()