Home
last modified time | relevance | path

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

/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncAdapter.java136 ContentProviderClient provider, SyncResult syncResult) { in onPerformSync() argument
145 updateLocalFeedData(stream, syncResult); in onPerformSync()
155 syncResult.stats.numParseExceptions++; in onPerformSync()
159 syncResult.stats.numIoExceptions++; in onPerformSync()
163 syncResult.stats.numParseExceptions++; in onPerformSync()
167 syncResult.stats.numParseExceptions++; in onPerformSync()
171 syncResult.databaseError = true; in onPerformSync()
175 syncResult.databaseError = true; in onPerformSync()
201 public void updateLocalFeedData(final InputStream stream, final SyncResult syncResult) in updateLocalFeedData() argument
234 syncResult.stats.numEntries++; in updateLocalFeedData()
[all …]
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
DSyncAdapter.java68 ContentProviderClient provider, SyncResult syncResult) { in onPerformSync() argument
132 syncResult.stats.numParseExceptions++; in onPerformSync()
137 syncResult.stats.numIoExceptions++; in onPerformSync()
140 syncResult.stats.numAuthExceptions++; in onPerformSync()
143 syncResult.stats.numParseExceptions++; in onPerformSync()
146 syncResult.stats.numParseExceptions++; in onPerformSync()