Searched refs:MSG_PROGRESS (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Email/src/com/android/email/activity/ | ||
H A D | MailboxList.java | 441 private static final int MSG_PROGRESS = 1; field in class:MailboxList.MailboxListHandler 447 case MSG_PROGRESS: 486 msg.what = MSG_PROGRESS; |
H A D | AccountFolderList.java | 619 private static final int MSG_PROGRESS = 1; field in class:AccountFolderList.MessageListHandler 624 case MSG_PROGRESS: 643 msg.what = MSG_PROGRESS; |
H A D | MessageList.java | 1322 private static final int MSG_PROGRESS = 1; field in class:MessageList.MessageListHandler 1330 case MSG_PROGRESS: 1392 msg.what = MSG_PROGRESS; |
H A D | MessageView.java | 180 private static final int MSG_PROGRESS = 1; field in class:MessageView.MessageViewHandler 194 case MSG_PROGRESS: 261 android.os.Message msg = android.os.Message.obtain(this, MSG_PROGRESS); |
Completed in 12 milliseconds