OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_IMAP_ID_USER
(Results
1 - 2
of
2
) sorted by null
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java
73
* *
GET_IMAP_ID_USER
- the userid of the account being connected to
84
private static final String
GET_IMAP_ID_USER
= "getImapId.user";
/packages/apps/Email/src/com/android/email/
VendorPolicyLoader.java
50
private static final String
GET_IMAP_ID_USER
= "getImapId.user";
176
* Params:
GET_IMAP_ID_USER
(String)
189
params.putString(
GET_IMAP_ID_USER
, userName);
Completed in 28 milliseconds