OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGIN
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java
61
public static final String
LOGIN
= "
LOGIN
";
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java
78
HostAuthColumns.FLAGS, HostAuthColumns.
LOGIN
,
190
values.put(HostAuthColumns.
LOGIN
, mLogin);
229
* Returns the
login
information. [0] is the username and [1] is the password. If
EmailContent.java
[
all
...]
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
91
// build the
LOGIN
string once (instead of over-and-over again.)
93
mLoginPhrase = ImapConstants.
LOGIN
+ " " + mUsername + " "
138
//
LOGIN
318
* @param sensitive whether the command should be redacted in logs (used for
login
)
334
* @param sensitive whether the command should be redacted in logs (used for
login
)
399
// A true IOException will recur on the following
login
steps
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java
282
+ " and " + HostAuthColumns.
LOGIN
+ " like ?"
292
* @param userLogin the user's
login
string
[
all
...]
/packages/apps/Email/src/com/android/email/provider/
EmailProvider.java
[
all
...]
Completed in 2877 milliseconds