Home
last modified time | relevance | path

Searched refs:lastSyncTime (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogProvider.java1131 final long lastSyncTime = getLastSyncTime(sourceIsShadow); in syncEntriesFrom() local
1150 new String[] {String.valueOf(lastSyncTime)}, in syncEntriesFrom()
1160 newestTimeStamp = copyEntriesFromCursor(cursor, lastSyncTime, sourceIsShadow); in syncEntriesFrom()
1165 sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime, in syncEntriesFrom()
1177 syncCallComposerPics(sourceUserId, sourceIsShadow, forAllUsersOnly, lastSyncTime); in syncEntriesFrom()
1190 boolean forAllUsersOnly, long lastSyncTime) { in syncCallComposerPics() argument
1195 args.putLong(EXTRA_SINCE_DATE, lastSyncTime); in syncCallComposerPics()
1281 long copyEntriesFromCursor(Cursor cursor, long lastSyncTime, boolean forShadow) { in copyEntriesFromCursor() argument
1321 if (latestTimestamp > lastSyncTime) { in copyEntriesFromCursor()