OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMAIL
(Results
1 - 2
of
2
) sorted by null
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java
37
protected static final int
GMAIL
= 1;
42
protected static final String AUTH_NAMES[] = {"Calendar", "
Gmail
", "Feeds", "Contacts",
163
} else if ("
gmail
-ls".equals(authname) || "mail".equals(authname)) {
164
return
GMAIL
;
165
} else if ("
gmail
-live".equals(authname)) {
166
return
GMAIL
;
DisplaySync.java
189
if (auth ==
GMAIL
&& "M".equals(key)) {
191
} else if (auth ==
GMAIL
&& "L".equals(key)) {
193
} else if (auth ==
GMAIL
&& "C".equals(key)) {
195
} else if (auth ==
GMAIL
&& "A".equals(key)) {
197
} else if (auth ==
GMAIL
&& "U".equals(key)) {
199
} else if (auth ==
GMAIL
&& "u".equals(key)) {
201
} else if (auth ==
GMAIL
&& "S".equals(key)) {
Completed in 285 milliseconds