Searched refs:mWaitingForDebuggerApplications (Results 1 – 1 of 1) sorted by relevance
137 private final ArrayList<DelayedLaunchInfo> mWaitingForDebuggerApplications = field in AndroidLaunchController1272 if (mWaitingForDebuggerApplications.contains(info) == false) { in launchApp()1273 mWaitingForDebuggerApplications.add(info); in launchApp()1491 for (DelayedLaunchInfo launchInfo : mWaitingForDebuggerApplications) { in bridgeChanged()1499 mWaitingForDebuggerApplications.clear(); in bridgeChanged()1561 copyList = (ArrayList<DelayedLaunchInfo>) mWaitingForDebuggerApplications.clone(); in deviceDisconnected()1699 for (int i = 0; i < mWaitingForDebuggerApplications.size(); ) { in clientChanged()1700 final DelayedLaunchInfo launchInfo = mWaitingForDebuggerApplications.get(i); in clientChanged()1704 mWaitingForDebuggerApplications.remove(i); in clientChanged()1814 mWaitingForDebuggerApplications.remove(launchInfo); in stopLaunch()