OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_SYNC_TIME
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/provider/
SyncConstValue.java
48
public static final String
_SYNC_TIME
= "
_sync_time
";
Calendar.java
159
public static final String
_SYNC_TIME
= "
_sync_time
";
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java
56
EVENT_COLUMNS_TO_SKIP.add(Calendar.Events.
_SYNC_TIME
);
63
CALENDARS_COLUMNS_TO_SKIP.add(Calendar.Calendars.
_SYNC_TIME
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java
340
"send_to_voicemail", "_sync_account", "_sync_id", "
_sync_time
", "_sync_local_id",
347
"send_to_voicemail", "_sync_account", "_sync_id", "
_sync_time
", "_sync_local_id",
354
"send_to_voicemail", "_sync_account", "_sync_id", "
_sync_time
", "_sync_local_id",
361
"send_to_voicemail", "_sync_account", "_sync_id", "
_sync_time
", "_sync_local_id",
379
static int
_SYNC_TIME
= 13;
553
c.getString(PeopleQuery.
_SYNC_TIME
));
[
all
...]
Completed in 1027 milliseconds