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

  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 124 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local
125 aqs.startQuery(work[index].token, work[index].cookie, work[index].uri,
130 assertEquals("Not all operations were executed.", work.length, aqs
151 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local
152 aqs.startInsert(work[index].token, work[index].cookie, work[index].uri, work[index].values,
156 assertEquals("Not all operations were executed.", work.length, aqs
179 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local
180 aqs.startUpdate(work[index].token, work[index].cookie, work[index].uri, work[index].values,
184 assertEquals("Not all operations were executed.", work.length, aqs
205 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work) local
238 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); local
264 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(sorted), sorted); local
287 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local
319 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local
349 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_unittest.cc 480 // Tests replacing assisted query stats (AQS) in various scenarios.
484 const std::string aqs; member in struct:TestData
489 // No HTTPS, no AQS.
495 // HTTPS available, AQS should be replaced.
501 // HTTPS available, however AQS is empty.
507 // No {google:baseURL} and protocol is HTTP, we must not substitute AQS.
513 // A non-Google search provider with HTTPS should allow AQS.
528 search_terms_args.assisted_query_stats = test_data[i].aqs;
    [all...]

Completed in 961 milliseconds