HomeSort by relevance Sort by last modified time
    Searched defs:emptyList (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /external/guava/guava-tests/test/com/google/common/primitives/
LongsTest.java 399 assertSame(Collections.emptyList(), Longs.asList(EMPTY));
ShortsTest.java 423 assertSame(Collections.emptyList(), Shorts.asList(EMPTY));
  /external/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 661 Type emptyList = (Type) Collections.emptyList();
664 emptyList,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 531 folderHolder.setUnreadSenders(Collections.<String>emptyList());
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java 107 assertEquals(Collections.emptyList(), list);
112 assertEquals(Collections.emptyList(), list);
115 assertEquals(Collections.emptyList(), bigger);
128 assertEquals(Collections.emptyList(), list);
131 assertEquals(Collections.emptyList(), bigger);
173 assertEquals(Collections.emptyList(), list);
302 assertEquals(Collections.emptyList(), fromList);
402 assertEquals(Collections.emptyList(), list);
435 assertEquals(Collections.emptyList(), fromList);
562 List<Integer> source = Collections.emptyList();
    [all...]
IteratorsTest.java 242 List<String> expected = Collections.emptyList();
257 Iterator<String> unfiltered = Collections.<String>emptyList().iterator();
266 List<String> expected = Collections.emptyList();
488 assertEquals(Collections.emptyList(), iterable);
518 assertEquals(Collections.emptyList(), iterable);
561 assertEquals(Collections.emptyList(), iterable);
954 Iterator<String> iterator = Collections.<String>emptyList().iterator();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 276 assertEquals(Collections.emptyList(), list);
281 assertEquals(Collections.emptyList(), list);
284 assertEquals(Collections.emptyList(), bigger);
297 assertEquals(Collections.emptyList(), list);
300 assertEquals(Collections.emptyList(), bigger);
342 assertEquals(Collections.emptyList(), list);
358 assertEquals(Collections.emptyList(), list);
526 assertEquals(Collections.emptyList(), fromList);
626 assertEquals(Collections.emptyList(), list);
659 assertEquals(Collections.emptyList(), fromList)
    [all...]
FluentIterableTest.java 350 List<String> list = Collections.emptyList();
389 List<String> list = Collections.emptyList();
429 assertEquals(Collections.emptyList(), Lists.newArrayList(FluentIterable.from(set).skip(20)));
434 assertEquals(Collections.emptyList(), Lists.newArrayList(FluentIterable.from(list).skip(20)));
540 assertTrue(FluentIterable.<String>from(Collections.<String>emptyList()).isEmpty());
IteratorsTest.java 256 Iterator<String> iterator = Collections.<String>emptyList().iterator();
289 List<String> expected = Collections.emptyList();
304 Iterator<String> unfiltered = Collections.<String>emptyList().iterator();
313 List<String> expected = Collections.emptyList();
552 assertEquals(Collections.emptyList(), iterable);
582 assertEquals(Collections.emptyList(), iterable);
625 assertEquals(Collections.emptyList(), iterable);
    [all...]
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 506 factory.create(Collections.emptyList());
FactoryProvider2Test.java 449 factory.create(Collections.emptyList());
    [all...]
  /frameworks/base/packages/Osu/src/com/android/
MainActivity.java 115 showOsuCount(bundle.getInt("osu-count", 0), Collections.<OSUInfo>emptyList());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java 397 * java.util.Collections.EmptyList#readResolve()
464 List<Object> emptyList = Collections.emptyList();
465 assertEquals(0, emptyList.size());
466 assertTrue(emptyList instanceof RandomAccess);
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
517 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
538 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 132 assertEquals(Collections.emptyList(),
146 assertEquals(Collections.emptyList(),
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java     [all...]
  /frameworks/opt/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 334 updateEntries(Collections.<RecipientEntry>emptyList());
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
AbstractCookiesTest.java 244 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.cookies);
272 Collections.<HttpCookie>emptyList(), cookieStore.cookies); // RI6 fails this
543 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
548 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
549 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
556 assertEquals(Collections.<URI>emptyList(), cookieStore.getURIs());
557 assertEquals(Collections.<HttpCookie>emptyList(), cookieStore.getCookies());
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 663 ManagedProfileHeuristic.processAllUsers(Collections.<UserHandleCompat>emptyList(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 252 enableActions(Collections.<IMarker>emptyList(), false /*updateWidgets*/);
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/tools/common/offline-m2/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 710 milliseconds

1 23 4 5 6