OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastSyncTime
(Results
1 - 6
of
6
) sorted by null
/libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java
327
private long
lastSyncTime
= 0;
545
* read from the file,
lastSyncTime
will be updated. If prefsCache was
548
* empty, modifiable Map, and
lastSyncTime
remain zero.
557
// assert
lastSyncTime
== 0;
564
* succeeds,
lastSyncTime
will be updated (the new value will typically
568
*
lastSyncTime
are unaffected by the call.
599
lastSyncTime
= newLastSyncTime;
604
* succeeds,
lastSyncTime
will be updated (the new value will correspond
608
* and
lastSyncTime
will be unaffected by this call. This call will
777
if (lastModifiedTime !=
lastSyncTime
) {
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java
535
final long
lastSyncTime
= getLastSyncTime(sourceIsShadow);
554
new String[] {String.valueOf(
lastSyncTime
)},
560
newestTimeStamp = copyEntriesFromCursor(cursor,
lastSyncTime
, sourceIsShadow);
616
long copyEntriesFromCursor(Cursor cursor, long
lastSyncTime
, boolean forShadow) {
656
if (latestTimestamp >
lastSyncTime
) {
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncService.java
204
long
lastSyncTime
= VisualVoicemailSettingsUtil.getVisualVoicemailLastFullSyncTime(
209
if (currentTime -
lastSyncTime
< minimumInterval) {
/frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
Completed in 195 milliseconds