OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:markerstring
(Results
1 - 1
of
1
) sorted by null
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
169
String
markerString
= mAccountManager.getUserData(account, SYNC_MARKER_KEY);
170
if (!TextUtils.isEmpty(
markerString
)) {
171
return Long.parseLong(
markerString
);
Completed in 476 milliseconds