HomeSort by relevance Sort by last modified time
    Searched defs:singletonList (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/okhttp/android/main/java/com/squareup/okhttp/
HttpsHandler.java 42 Collections.singletonList(Protocol.HTTP_1_1);
78 okHttpClient.setConnectionSpecs(Collections.singletonList(TLS_CONNECTION_SPEC));
  /external/testng/src/test/java/test/timeout/
TimeOutFromXmlTest.java 73 Collections.singletonList(new XmlInclude("timeoutTest")));
  /libcore/luni/src/test/java/libcore/java/time/zone/
ZoneRulesTest.java 61 assertEquals(Collections.singletonList(offset),
  /packages/apps/Contacts/src/com/android/contacts/database/
SimContactDao.java 108 persistSimStates(Collections.singletonList(sim));
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
BundleCheckerTest.java 152 assertEquals(Collections.singletonList(expected), messages);
  /external/jcommander/src/test/java/com/beust/jcommander/
DefaultValueTest.java 90 this.list = singletonList("defaultValue");
102 public static final List<String> singletonList(String value) {
  /libcore/jsr166-tests/src/test/java/jsr166/
Collection8Test.java 60 assertEquals(Collections.singletonList(x), found);
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
OCSPRequest.java 92 this(Collections.singletonList(certId));
  /packages/apps/DeskClock/src/com/android/deskclock/controller/
ShortcutController.java 172 Collections.singletonList(createStopwatchShortcut()));
  /packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
PreferenceListTest.java 94 /* vpnProfiles */ Collections.<VpnProfile>singletonList(vpnProfile),
131 /* vpnProfiles */ Collections.<VpnProfile>singletonList(vpnProfile),
  /packages/services/BuiltInPrintService/src/com/android/bips/
LocalPrinter.java 114 mSession.removePrinters(Collections.singletonList(mPrinterId));
  /external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
SSLParametersTest.java 149 p.setServerNames(Collections.singletonList(new SNIHostName("www.example.com")));
167 p.setServerNames(Collections.singletonList(new SNIHostName("www.example.com")));
195 Collections.singletonList(SNIHostName.createSNIMatcher("www\\.example\\.com")));
205 Collections.singletonList(SNIHostName.createSNIMatcher("www\\.example\\.com")));
217 Collections.singletonList(SNIHostName.createSNIMatcher("www\\.example\\.com")));
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
PeekingIteratorTest.java 94 actsLikeIteratorHelper(Collections.singletonList(new Object()));
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 95 actsLikeIteratorHelper(Collections.singletonList(new Object()));
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
BundleCoverageImplTest.java 98 assertEquals(Collections.singletonList(ca), p1.getClasses());
103 assertEquals(Collections.singletonList(cb), p2.getClasses());
104 assertEquals(Collections.singletonList(sb), p2.getSourceFiles());
109 assertEquals(Collections.singletonList(sc), p3.getSourceFiles());
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
CounterColumnTest.java 100 column.init(Collections.singletonList(item), item.getNode());
113 column.init(Collections.singletonList(item), item.getNode());
126 column.init(Collections.singletonList(item), item.getNode());
139 column.init(Collections.singletonList(item), item.getNode());
152 column.init(Collections.singletonList(item), item.getNode());
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
TextTrackImpl.java 54 ftab.setEntries(Collections.singletonList(new FontTableBox.FontRecord(1, "Serif")));
AppendTrack.java 62 stsd.setBoxes(Collections.<Box>singletonList(aseResult));
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
WebSocketCall.java 70 client.setProtocols(Collections.singletonList(com.squareup.okhttp.Protocol.HTTP_1_1));
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
BooleanArrayListTest.java 321 list.addAll(Collections.singletonList(false));
  /external/r8/src/main/java/com/android/tools/r8/shaking/
ProguardClassSpecification.java 117 setClassNames(Collections.singletonList(ProguardTypeMatcher.defaultAllMatcher()));
  /libcore/luni/src/test/java/libcore/java/security/cert/
PKIXRevocationCheckerTest.java 85 checker.setOcspExtensions(Collections.singletonList(new Extension() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 69 builder.setProject(Collections.singletonList(javaProject));
150 builder.setProject(Collections.singletonList(javaProject));
214 builder.setProject(Collections.singletonList(javaProject));
  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/android/arch/persistence/room/integration/testapp/test/
LiveDataQueryTest.java 120 assertThat(observer.get(), is(Collections.singletonList(user1)));
126 assertThat(observer.get(), is(Collections.singletonList(user1)));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 567 model.onDeleted(Collections.<INode>singletonList(button3));
    [all...]

Completed in 686 milliseconds

1 2 3 4