Searched refs:WaitInfo (Results 1 – 1 of 1) sorted by relevance
297 private final ArrayList<WaitInfo> mWaitingActivityLaunched = new ArrayList<>();607 final WaitInfo waitInfo = new WaitInfo(w, r.mActivityComponent, launchingState); in waitActivityVisibleOrLaunched()636 final WaitInfo info = mWaitingActivityLaunched.get(i); in reportActivityLaunched()665 final WaitInfo info = mWaitingActivityLaunched.get(i); in reportWaitingActivityLaunchedIfNeeded()3021 private static class WaitInfo { class in ActivityTaskSupervisor3030 WaitInfo(WaitResult result, ComponentName component, LaunchingState launchingState) { in WaitInfo() method in ActivityTaskSupervisor.WaitInfo