OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncResult
(Results
1 - 13
of
13
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowSyncResultTest.java
7
import android.content.
SyncResult
;
17
SyncResult
result = new
SyncResult
();
23
SyncResult
result = new
SyncResult
();
32
SyncResult
result = new
SyncResult
();
41
SyncResult
result = new
SyncResult
();
49
SyncResult
result = new SyncResult()
[
all
...]
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
SyncAdapterSettingsAdapter.java
22
import android.content.
SyncResult
;
36
ContentProviderClient provider,
SyncResult
syncResult
) {
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsSyncAdapter.java
25
import android.content.
SyncResult
;
57
SyncResult
onPerformSync(Account account, Bundle extras, String authority,
58
SyncResult
syncResult
);
65
ContentProviderClient provider,
SyncResult
syncResult
) {
84
sSyncInterceptor.onPerformSync(account, extras, authority,
syncResult
);
88
syncResult
.stats.numInserts++;
91
syncResult
.stats.numIoExceptions++;
94
syncResult
.stats.numAuthExceptions++
[
all
...]
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
StatsdSyncAdapter.java
23
import android.content.
SyncResult
;
54
ContentProviderClient provider,
SyncResult
syncResult
) {
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
SyncAdapter.java
26
import android.content.
SyncResult
;
56
ContentProviderClient provider,
SyncResult
syncResult
) {
60
delegate.onPerformSync(account, extras, authority, provider,
syncResult
);
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsSyncAdapter.java
23
import android.content.
SyncResult
;
55
ContentProviderClient provider,
SyncResult
syncResult
) {
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java
34
import android.content.
SyncResult
;
68
ContentProviderClient provider,
SyncResult
syncResult
) {
132
syncResult
.stats.numParseExceptions++;
137
syncResult
.stats.numIoExceptions++;
140
syncResult
.stats.numAuthExceptions++;
143
syncResult
.stats.numParseExceptions++;
146
syncResult
.stats.numParseExceptions++;
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
27
import android.content.
SyncResult
;
131
* <p>The
syncResult
argument allows you to pass information back to the method that triggered
136
ContentProviderClient provider,
SyncResult
syncResult
) {
145
updateLocalFeedData(stream,
syncResult
);
155
syncResult
.stats.numParseExceptions++;
159
syncResult
.stats.numIoExceptions++;
163
syncResult
.stats.numParseExceptions++;
167
syncResult
.stats.numParseExceptions++;
171
syncResult
.databaseError = true
[
all
...]
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java
27
import android.content.
SyncResult
;
131
* <p>The
syncResult
argument allows you to pass information back to the method that triggered
136
ContentProviderClient provider,
SyncResult
syncResult
) {
145
updateLocalFeedData(stream,
syncResult
);
155
syncResult
.stats.numParseExceptions++;
159
syncResult
.stats.numIoExceptions++;
163
syncResult
.stats.numParseExceptions++;
167
syncResult
.stats.numParseExceptions++;
171
syncResult
.databaseError = true
[
all
...]
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java
27
import android.content.
SyncResult
;
131
* <p>The
syncResult
argument allows you to pass information back to the method that triggered
136
ContentProviderClient provider,
SyncResult
syncResult
) {
145
updateLocalFeedData(stream,
syncResult
);
155
syncResult
.stats.numParseExceptions++;
159
syncResult
.stats.numIoExceptions++;
163
syncResult
.stats.numParseExceptions++;
167
syncResult
.stats.numParseExceptions++;
171
syncResult
.databaseError = true
[
all
...]
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java
27
import android.content.
SyncResult
;
72
ContentProviderClient provider,
SyncResult
syncResult
) {
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
32
import android.content.
SyncResult
;
258
public void uiThreadOnFinished(
SyncResult
result) {
268
public void onFinished(final
SyncResult
result) throws RemoteException {
/external/autotest/client/cros/chameleon/
avsync_probe_utils.py
48
#
SyncResult
namedtuple of audio and video frame.
50
SyncResult
= collections.namedtuple(
357
@return A
SyncResult
namedtuple containing:
370
return
SyncResult
(video_time, audio_time, closest_difference)
Completed in 4880 milliseconds