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

  /frameworks/base/services/java/com/android/server/am/
ActivityStackSupervisor.java 75 import com.android.server.am.ActivityManagerService.PendingActivityLaunch;
    [all...]
ActivityManagerService.java 341 static class PendingActivityLaunch {
347 PendingActivityLaunch(ActivityRecord _r, ActivityRecord _sourceRecord,
356 final ArrayList<PendingActivityLaunch> mPendingActivityLaunches
357 = new ArrayList<PendingActivityLaunch>();
    [all...]

Completed in 26 milliseconds