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

/packages/apps/Email/src/com/android/email/widget/
H A DWidgetConfiguration.java30 import com.android.email.activity.ShortcutPickerFragment.MailboxShortcutPickerFragment;
89 return MailboxShortcutPickerFragment.FILTER_INBOX_ONLY
90 | MailboxShortcutPickerFragment.FILTER_ALLOW_UNREAD;
96 ? MailboxShortcutPickerFragment.FILTER_ALLOW_ALL
97 : MailboxShortcutPickerFragment.FILTER_INBOX_ONLY;
/packages/apps/Email/src/com/android/email/activity/
H A DShortcutPicker.java29 import com.android.email.activity.ShortcutPickerFragment.MailboxShortcutPickerFragment;
83 return MailboxShortcutPickerFragment.FILTER_INBOX_ONLY;
86 return MailboxShortcutPickerFragment.FILTER_ALLOW_ALL;
H A DShortcutPickerFragment.java57 /** Builds a mailbox filter for the given account. See MailboxShortcutPickerFragment. */
221 ShortcutPickerFragment fragment = MailboxShortcutPickerFragment.newInstance(
246 new MatrixCursor(MailboxShortcutPickerFragment.MATRIX_PROJECTION);
264 new MatrixCursor(MailboxShortcutPickerFragment.MATRIX_PROJECTION);
284 public static class MailboxShortcutPickerFragment extends ShortcutPickerFragment { class in class:ShortcutPickerFragment
292 static final String ARG_FILTER = "MailboxShortcutPickerFragment.filter";
293 static final String ARG_ACCOUNT = "MailboxShortcutPickerFragment.account";
330 public static MailboxShortcutPickerFragment newInstance(
333 MailboxShortcutPickerFragment fragment = new MailboxShortcutPickerFragment();
[all...]

Completed in 73 milliseconds