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

  /frameworks/base/core/tests/coretests/src/android/content/
SyncStorageEngineTest.java 51 new TestContext(mockResolver, getContext()));
83 new TestContext(mockResolver, getContext()));
148 new TestContext(mockResolver, getContext()));
219 final TestContext testContext = new TestContext(mockResolver, getContext());
228 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
235 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(testContext);
317 final TestContext testContext = new TestContext(mockResolver, getContext())
    [all...]
SyncQueueTest.java 43 mSettings = SyncStorageEngine.newTestInstance(new TestContext(mockResolver, getContext()));
181 static class TestContext extends ContextWrapper {
184 public TestContext(ContentResolver resolver, Context realContext) {
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 13 var t = new TestContext(test);
195 // TestContext
200 function TestContext(name) {
205 TestContext.prototype.failed = function() {
209 TestContext.prototype.expectEquals = function(expectation, actual) {
216 TestContext.prototype.expectTrue = function(x) {
220 TestContext.prototype.expectFalse = function(x) {
224 TestContext.prototype.log = function(x) {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadManagerFunctionalTest.java 60 protected TestContext mTestContext;
83 static class TestContext extends RenamingDelegatingContext {
92 public TestContext(Context realContext) {
148 mTestContext = new TestContext(realContext);
  /external/chromium/third_party/icu/source/test/intltest/
transtst.h 177 void TestContext(void);
transtst.cpp 142 TESTCASE(33,TestContext);
    [all...]
  /external/icu4c/test/intltest/
transtst.h 177 void TestContext(void);
transtst.cpp 142 TESTCASE(33,TestContext);
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 83 function TestContext(s,e) {
102 assertEquals(expected, TestContext(s,e), "context:'" + msg + "'");

Completed in 156 milliseconds