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

  /packages/apps/Email/src/com/android/email/activity/
MailboxList.java 445 private static final int MSG_PROGRESS = 1;
451 case MSG_PROGRESS:
490 msg.what = MSG_PROGRESS;
AccountFolderList.java 645 private static final int MSG_PROGRESS = 1;
650 case MSG_PROGRESS:
669 msg.what = MSG_PROGRESS;
    [all...]
MessageList.java     [all...]
MessageView.java 180 private static final int MSG_PROGRESS = 1;
194 case MSG_PROGRESS:
261 android.os.Message msg = android.os.Message.obtain(this, MSG_PROGRESS);
    [all...]

Completed in 1680 milliseconds