Searched refs:syncs (Results 1 - 19 of 19) sorted by relevance

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentResolverTest.java266 assertThat(status.syncs.size(), is(1));
267 assertThat(status.syncs.get(0).period, is(6000l));
268 assertNotNull(status.syncs.get(0).extras);
275 assertThat(ShadowContentResolver.getStatus(a, AUTHORITY).syncs.size(), is(0));
283 List<PeriodicSync> syncs = ContentResolver.getPeriodicSyncs(a, AUTHORITY);
284 assertThat(syncs.size(), is(1));
286 PeriodicSync first = syncs.get(0);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentResolver.java60 public List<PeriodicSync> syncs = new ArrayList<PeriodicSync>(); field in class:ShadowContentResolver.Status
206 getStatus(account, authority, true).syncs.add(new PeriodicSync(account, authority, extras, pollFrequency));
213 if (status != null) status.syncs.clear();
218 return getStatus(account, authority, true).syncs;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContentResolver.java130 public List<PeriodicSync> syncs = new ArrayList<>(); field in class:ShadowContentResolver.Status
449 if (status.syncs != null) {
450 status.syncs.clear();
488 .syncs
497 for (int i = 0; i < status.syncs.size(); ++i) {
498 if (isBundleEqual(extras, status.syncs.get(i).extras)) {
499 status.syncs.remove(i);
508 return getStatus(account, authority, true).syncs;
/external/llvm/test/MC/Mips/
H A Docteon-instructions.s110 syncs
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentResolverTest.java547 List<PeriodicSync> syncs = ContentResolver.getPeriodicSyncs(a, AUTHORITY);
548 assertThat(syncs.size()).isEqualTo(1);
550 PeriodicSync first = syncs.get(0);
/external/ImageMagick/www/api/
H A Dpixel-iterator.php460 <p>PixelSyncIterator() syncs the pixel iterator.</p>
H A Dimage.php1032 <p>SyncImageSettings() syncs any image_info global options into per-image attributes.</p>
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 398 milliseconds