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