HomeSort by relevance Sort by last modified time
    Searched refs:singletonList (Results 101 - 125 of 277) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
ListMultimapAsMapTester.java 106 assertTrue(multimap().asMap().values().remove(Collections.singletonList(sampleValues().e0)));
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/util/
AssertTest.java 121 final Collection COLLECTION = Collections.singletonList("item");
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/util/
AssertTest.java 123 final Collection COLLECTION = Collections.singletonList("item");
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
TextTrackImpl.java 54 ftab.setEntries(Collections.singletonList(new FontTableBox.FontRecord(1, "Serif")));
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 115 proxies = Collections.singletonList(proxy);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ProtobufArrayListTest.java 169 list.addAll(Collections.singletonList(1));
  /external/vogar/src/vogar/commands/
VmCommandBuilder.java 48 private List<String> vmCommand = Collections.singletonList("java");
  /libcore/jsr166-tests/src/test/java/jsr166/
Collection8Test.java 60 assertEquals(Collections.singletonList(x), found);
  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXRevocationCheckerTest.java 85 checker.setOcspExtensions(Collections.singletonList(new Extension() {
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 253 result.add(new ArrayList<Object>(Collections.singletonList(mHeaderTextView)));
254 result.add(new ArrayList<Object>(Collections.singletonList(mDetailsTextView)));
256 result.add(new ArrayList<Object>(Collections.singletonList(mCancelButton)));
267 result.add(new ArrayList<Object>(Collections.singletonList(mFingerprintIcon)));
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 145 return Collections.singletonList(input);
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrinter.java 110 mSession.removePrinters(Collections.singletonList(mPrinterId));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MarqueeGesture.java 88 return Collections.<Overlay> singletonList(mOverlay);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintDeltaProcessor.java 103 mFiles = Collections.<IResource>singletonList(file);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 166 List<String> errors = Collections.singletonList(originalError);
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 139 params.setServerNames(Collections.<SNIServerName> singletonList(
164 params.setServerNames(Collections.<SNIServerName>singletonList(
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IterablesTest.java 140 Iterable<String> iterable = Collections.singletonList("foo");
163 Iterable<String> iterable = Collections.singletonList("foo");
400 assertEquals(Collections.singletonList(1), partitions.iterator().next());
523 Iterable<String> singletonList = Collections.singletonList("foo");
524 assertFalse(Iterables.isEmpty(singletonList));
725 Iterable<String> iterable = Collections.singletonList("foo");
763 Iterable<String> iterable = Collections.singletonList("foo");
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 214 sendReply(session, replyCode, exception.getMessageKey(), Collections.singletonList(arg));
404 return Collections.singletonList(item);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
CacheAdapterTest.java 89 assertEquals(Collections.singletonList("value1"), headers.get("key1"));
112 assertEquals(Collections.singletonList("value1"), headers.get("key1"));
  /libcore/luni/src/test/java/libcore/java/util/
LocaleLanguageRangeTest.java 183 map.put("zh-HK", Collections.singletonList("zh-HK"));
184 map.put("zh-TW", Collections.singletonList("zh-TW"));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 169 superClasses = Collections.singletonList(CLASS_VIEW);
173 superClasses = Collections.singletonList(CLASS_ACTIVITY);
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 146 Iterable<String> iterable = Collections.singletonList("foo");
169 Iterable<String> iterable = Collections.singletonList("foo");
201 Iterable<String> iterable = Collections.singletonList("a");
437 assertEquals(Collections.singletonList(1), partitions.iterator().next());
588 Iterable<String> singletonList = Collections.singletonList("foo");
589 assertFalse(Iterables.isEmpty(singletonList));
810 Iterable<String> iterable = Collections.singletonList("foo");
848 Iterable<String> iterable = Collections.singletonList("foo");
    [all...]
ImmutableListTest.java 135 assertEquals(Collections.singletonList("a"), list);
246 assertEquals(Collections.singletonList(array), list);
258 assertEquals(Collections.singletonList("a"), list);
288 assertEquals(Collections.singletonList("a"), list);
319 assertEquals(Collections.singletonList("a"), list);
  /external/conscrypt/platform/src/main/java/org/conscrypt/
Platform.java 132 params.setServerNames(Collections.<SNIServerName> singletonList(
157 params.setServerNames(Collections.<SNIServerName>singletonList(
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListSubListTester.java 133 Collections.singletonList(samples.e3), subList);
185 Collections.singletonList(getOrderedElements().get(1)), subList);

Completed in 1589 milliseconds

1 2 3 45 6 7 8 91011>>