Home
last modified time | relevance | path

Searched refs:FLAG_NONE (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DHostAuth.java49 public static final int FLAG_NONE = 0x00; // No flags field in HostAuth
151 int flags = HostAuth.FLAG_NONE; in getSchemeFlags()
DMailbox.java205 public static final int FLAG_NONE = 0; field in Mailbox
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountSetupBasics.java570 recvAuth.setConnection("placeholder", domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE); in onManualSetup()
574 sendAuth.setConnection("placeholder", domain, HostAuth.PORT_UNKNOWN, HostAuth.FLAG_NONE); in onManualSetup()
DAccountSetupOutgoingFragment.java111 new SpinnerOption(HostAuth.FLAG_NONE, context.getString( in onCreateView()
DAccountSetupIncomingFragment.java126 new SpinnerOption(HostAuth.FLAG_NONE, context.getString( in onCreateView()
/packages/apps/Email/src/com/android/email/activity/
DMailboxFragmentAdapter.java502 cursor, id, "", mailboxType, count, count, ROW_TYPE_MAILBOX, Mailbox.FLAG_NONE, in addCombinedMailboxRow()
635 unreadCount, unreadCount, ROW_TYPE_ACCOUNT, Mailbox.FLAG_NONE, in loadInBackground()