OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTimestamp
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/util/
DataStatus.java
66
final long
newTimestamp
= getLong(cursor, Data.STATUS_TIMESTAMP, -1);
67
if (
newTimestamp
< mTimestamp) return;
69
mTimestamp =
newTimestamp
;
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java
64
final long
newTimestamp
= getLong(cursor, Data.STATUS_TIMESTAMP, -1);
65
if (
newTimestamp
< mTimestamp) return;
67
mTimestamp =
newTimestamp
;
Completed in 2666 milliseconds