Searched defs:durations (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheBuilderFactory.java66 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { argument
67 this.expireAfterWrites = Sets.newLinkedHashSet(durations);
71 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { argument
72 this.expireAfterAccesses = Sets.newLinkedHashSet(durations);
76 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { argument
77 this.refreshes = Sets.newLinkedHashSet(durations);
/external/robolectric/v3/runtime/
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/ ...
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/ ...

Completed in 93 milliseconds