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 345 static class PendingActivityLaunch {
351 PendingActivityLaunch(ActivityRecord _r, ActivityRecord _sourceRecord,
360 final ArrayList<PendingActivityLaunch> mPendingActivityLaunches
361 = new ArrayList<PendingActivityLaunch>();
    [all...]

Completed in 191 milliseconds