HomeSort by relevance Sort by last modified time
    Searched refs:testContext (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 295 TestSSLContext testContext = TestSSLContext.create();
296 assertNotNull(testContext);
297 assertNotNull(testContext.clientKeyStore);
298 assertNull(testContext.clientStorePassword);
299 assertNotNull(testContext.serverKeyStore);
300 assertEquals(StandardNames.IS_RI, testContext.serverStorePassword != null);
301 assertNotNull(testContext.clientKeyManager);
302 assertNotNull(testContext.serverKeyManager);
303 assertNotNull(testContext.clientTrustManager);
304 assertNotNull(testContext.serverTrustManager)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
logs.js 12 testContext,
31 testContext = context;
77 deepEqual(testContext, {
100 deepEqual(testContext, {
120 deepEqual(testContext, {
142 deepEqual(testContext, {
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 186 Context testContext = mInstrumentation == null ? mContext : mInstrumentation.getContext();
188 setContextIfAndroidTestCase(testCase, mContext, testContext);
195 private void setContextIfAndroidTestCase(Test test, Context context, Context testContext) {
198 ((AndroidTestCase) test).setTestContext(testContext);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 65 new TestContext(mockResolver, getContext()));
82 new TestContext(mockResolver, getContext()));
202 new TestContext(mockResolver, getContext()));
276 new TestContext(mockResolver, getContext()));
355 final TestContext testContext = new TestContext(mockResolver, getContext());
381 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
472 final TestContext testContext = new TestContext(mockResolver, getContext())
    [all...]
  /external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
MockAccountManager.java 86 public MockAccountManager(Context context, Context testContext, Account... accounts) {
88 // The manifest that is backing testContext needs to provide the
90 mTestContext = testContext;
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 190 public void testContext() throws Exception {
  /external/icu4c/test/cintltst/
cbiditst.c 83 static void testContext(void);
132 addTest(root, testContext, "complex/bidi/testContext");
    [all...]

Completed in 1128 milliseconds