Searched refs:mWaitingForDebuggerApplications (Results 1 – 1 of 1) sorted by relevance
130 private final ArrayList<DelayedLaunchInfo> mWaitingForDebuggerApplications = field in AndroidLaunchController1143 if (mWaitingForDebuggerApplications.contains(info) == false) { in launchApp()1144 mWaitingForDebuggerApplications.add(info); in launchApp()1350 for (DelayedLaunchInfo launchInfo : mWaitingForDebuggerApplications) { in bridgeChanged()1358 mWaitingForDebuggerApplications.clear(); in bridgeChanged()1419 copyList = (ArrayList<DelayedLaunchInfo>) mWaitingForDebuggerApplications.clone(); in deviceDisconnected()1555 for (int i = 0; i < mWaitingForDebuggerApplications.size(); ) { in clientChanged()1556 final DelayedLaunchInfo launchInfo = mWaitingForDebuggerApplications.get(i); in clientChanged()1560 mWaitingForDebuggerApplications.remove(i); in clientChanged()1669 mWaitingForDebuggerApplications.remove(launchInfo); in stopLaunch()