Searched refs:mWaitingForEmulatorLaunches (Results 1 – 1 of 1) sorted by relevance
123 private final ArrayList<DelayedLaunchInfo> mWaitingForEmulatorLaunches = field in AndroidLaunchController733 mWaitingForEmulatorLaunches.add(launchInfo); in continueLaunch()745 mWaitingForEmulatorLaunches.remove(launchInfo); in continueLaunch()1515 if (mWaitingForEmulatorLaunches.size() > 0) { in deviceConnected()1518 DelayedLaunchInfo launchInfo = mWaitingForEmulatorLaunches.get(0); in deviceConnected()1519 mWaitingForEmulatorLaunches.remove(0); in deviceConnected()