Home
last modified time | relevance | path

Searched refs:SyncResult (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowSyncResultTest.java7 import android.content.SyncResult;
17 SyncResult result = new SyncResult(); in testConstructor()
23 SyncResult result = new SyncResult(); in hasSoftError()
32 SyncResult result = new SyncResult(); in hasHardError()
41 SyncResult result = new SyncResult(); in testMadeSomeProgress()
49 SyncResult result = new SyncResult(); in testClear()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowSyncResultTest.java7 import android.content.SyncResult;
17 SyncResult result = new SyncResult(); in testConstructor()
23 SyncResult result = new SyncResult(); in hasSoftError()
32 SyncResult result = new SyncResult(); in hasHardError()
41 SyncResult result = new SyncResult(); in testMadeSomeProgress()
49 SyncResult result = new SyncResult(); in testClear()
/external/autotest/client/cros/chameleon/
Davsync_probe_utils.py55 SyncResult = collections.namedtuple( variable
375 return SyncResult(video_time, audio_time, closest_difference)