OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getServerIdCursor
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java
545
private Cursor
getServerIdCursor
(String serverId, String[] projection) {
563
Cursor c =
getServerIdCursor
(serverId, MESSAGE_ID_SUBJECT_PROJECTION);
608
Cursor c =
getServerIdCursor
(serverId, EmailContent.Message.LIST_PROJECTION);
[
all
...]
FolderSyncParser.java
272
private Cursor
getServerIdCursor
(final String serverId) {
290
final Cursor c =
getServerIdCursor
(serverId);
514
final Cursor c =
getServerIdCursor
(serverId);
[
all
...]
CalendarSyncParser.java
369
Cursor c =
getServerIdCursor
(serverId);
[
all
...]
ContactsSyncParser.java
413
private Cursor
getServerIdCursor
(String serverId) {
431
Cursor c =
getServerIdCursor
(serverId);
469
Cursor c =
getServerIdCursor
(serverId);
[
all
...]
Completed in 193 milliseconds