Searched refs:mQueuedInput (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java53 private ArrayList<String> mQueuedInput = new ArrayList<String>(); field in class:MockTransport
160 mQueuedInput.add(s);
164 mQueuedInput.add(SPECIAL_RESPONSE_IOEXCEPTION);
197 mQueuedInput.clear();
244 * from the mQueuedInput list, but if the list is empty, we also peek the expect list. This
259 if ((mQueuedInput.size() == 0) && (mPairs.size() > 0)) {
266 if (mQueuedInput.size() == 0) {
271 String line = mQueuedInput.remove(0);
304 * If the string was expected, we push the corresponding responses into the mQueuedInput

Completed in 58 milliseconds