HomeSort by relevance Sort by last modified time
    Searched refs:emptyList (Results 1 - 25 of 661) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/testng/src/test/java/org/testng/internal/
UtilsTest.java 8 import static java.util.Collections.emptyList;
31 List<String> emptyList = emptyList();
32 assertEquals("", join(emptyList, ","));
43 List<String> emptyList = emptyList();
44 assertEquals("", Utils.join(emptyList, ","));
  /external/guice/examples/src/example/xml/
FlashMemory.java 8 return Collections.emptyList();
SimCard.java 8 return Collections.emptyList();
  /external/junit/src/main/java/org/junit/validator/
PublicClassValidator.java 3 import static java.util.Collections.emptyList;
16 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList();
AnnotationValidator.java 7 import static java.util.Collections.emptyList;
22 private static final List<Exception> NO_VALIDATION_ERRORS = emptyList();
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
SliceOpTest.java 66 exerciseOps(Collections.emptyList(), s -> s.skip(0), Collections.emptyList());
67 exerciseOps(Collections.emptyList(), s -> s.skip(10), Collections.emptyList());
70 exerciseOps(countTo(1), s -> s.skip(1), Collections.emptyList());
73 exerciseOps(countTo(100), s -> s.skip(100), Collections.emptyList());
74 exerciseOps(countTo(100), s -> s.skip(200), Collections.emptyList());
88 exerciseOps(Collections.emptyList(), s -> s.limit(0), Collections.emptyList());
89 exerciseOps(Collections.emptyList(), s -> s.limit(10), Collections.emptyList())
    [all...]
  /packages/apps/TV/src/com/android/tv/data/epg/
StubEpgReader.java 55 return Collections.emptyList();
60 return Collections.emptyList();
65 return Collections.emptyList();
80 return Collections.emptyList();
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/query/result/
QueryResultAdapter.kt 27 return (rowAdapter as? PojoRowAdapter)?.relationTableNames() ?: emptyList<String>()
  /external/mockito/src/main/java/org/mockito/internal/verification/
SingleRegisteredInvocation.java 27 return Collections.emptyList();
  /packages/apps/TV/src/com/android/tv/menu/
PartnerOptionsRowAdapter.java 33 return Collections.emptyList();
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AndroidPackageInfoFetcher.java 79 return Collections.<String>emptyList();
83 return Collections.<String>emptyList();
90 return Collections.<String>emptyList();
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ProtobufArrayListTest.java 59 assertSame(ProtobufArrayList.emptyList(), ProtobufArrayList.emptyList());
63 assertImmutable(ProtobufArrayList.<Integer>emptyList());
162 list.addAll(Collections.<Integer>emptyList());
204 list.addAll(0, Collections.<Integer>emptyList());
232 list.removeAll(Collections.emptyList());
253 list.retainAll(Collections.emptyList());
BooleanArrayListTest.java 60 assertSame(BooleanArrayList.emptyList(), BooleanArrayList.emptyList());
64 assertImmutable(BooleanArrayList.emptyList());
144 assertEquals(0, BooleanArrayList.emptyList().size());
266 assertFalse(list.addAll(Collections.<Boolean>emptyList()));
267 assertFalse(list.addAll(BooleanArrayList.emptyList()));
314 list.addAll(Collections.<Boolean>emptyList());
356 list.addAll(0, Collections.<Boolean>emptyList());
391 list.removeAll(Collections.<Boolean>emptyList());
412 list.retainAll(Collections.<Boolean>emptyList());
    [all...]
IntArrayListTest.java 60 assertSame(IntArrayList.emptyList(), IntArrayList.emptyList());
64 assertImmutable(IntArrayList.emptyList());
144 assertEquals(0, IntArrayList.emptyList().size());
266 assertFalse(list.addAll(Collections.<Integer>emptyList()));
267 assertFalse(list.addAll(IntArrayList.emptyList()));
318 list.addAll(Collections.<Integer>emptyList());
360 list.addAll(0, Collections.<Integer>emptyList());
395 list.removeAll(Collections.<Integer>emptyList());
416 list.retainAll(Collections.<Integer>emptyList());
    [all...]
  /frameworks/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 174 return Collections.emptyList();
178 return Collections.emptyList();
196 return Collections.emptyList();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 66 finder.setIncluded("bar", Collections.<String>emptyList(), false);
68 finder.setIncluded("baz", Collections.<String>emptyList(), false);
69 assertEquals(Collections.emptyList(), finder.getIncludedBy("foo"));
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
IteratorTesterTest.java 21 import static java.util.Collections.emptyList;
229 List<Integer> emptyList = newArrayList();
232 new IteratorTester<Integer>(1, MODIFIABLE, emptyList,
267 List<Integer> emptyList = emptyList();
269 new IteratorTester<Integer>(1, MODIFIABLE, emptyList,
292 List<Integer> emptyList = emptyList();
294 new IteratorTester<Integer>(1, MODIFIABLE, emptyList,
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsIterableWithSizeTest.java 19 assertMatches("Empty iterable", iterableWithSize(0), Collections.emptyList());
  /packages/apps/Dialer/java/com/android/contacts/common/extensions/
PhoneDirectoryExtenderStub.java 29 return Collections.emptyList();
  /packages/apps/Launcher3/src/com/android/launcher3/util/
InstantAppResolver.java 43 return Collections.emptyList();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowInputMethodManagerWithMethodList.java 35 private List<InputMethodInfo> mInputMethodInfos = Collections.emptyList();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java 38 assertEquals("", BaseViewRule.join('|', Collections.<String>emptyList()));
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
FakeDns.java 30 private List<InetAddress> addresses = Collections.emptyList();
40 this.addresses = Collections.emptyList();
  /frameworks/base/core/java/android/content/pm/
ParceledListSlice.java 42 public static <T extends Parcelable> ParceledListSlice<T> emptyList() {
43 return new ParceledListSlice<T>(Collections.<T> emptyList());
StringParceledListSlice.java 42 public static StringParceledListSlice emptyList() {
43 return new StringParceledListSlice(Collections.<String> emptyList());

Completed in 910 milliseconds

1 2 3 4 5 6 7 8 91011>>