HomeSort by relevance Sort by last modified time
    Searched refs:launchingApp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderRecord.java 53 ProcessRecord launchingApp; // if non-null, waiting for this app to be launched.
149 if (launchingApp != null) {
150 pw.print(prefix); pw.print("launchingApp="); pw.println(launchingApp);
ActivityManagerService.java     [all...]

Completed in 34 milliseconds