HomeSort by relevance Sort by last modified time
    Searched defs:msgNum (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 362 for (int msgNum = end; msgNum > 0 && (messages.size() < limit); msgNum--) {
363 Pop3Message message = mMsgNumToMsgMap.get(msgNum);
390 for (int msgNum = start; msgNum <= end; msgNum++) {
391 Pop3Message message = mMsgNumToMsgMap.get(msgNum);
393 String response = executeSimpleCommand("UIDL " + msgNum);
398 indexMessage(msgNum, message)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 336 milliseconds