Searched refs:TestAsyncQueryService (Results 1 – 1 of 1) sorted by relevance
| /packages/apps/Calendar/tests/src/com/android/calendar/ |
| D | AsyncQueryServiceTest.java | 124 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); in testQuery() 151 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); in testInsert() 179 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); in testUpdate() 205 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); in testDelete() 238 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(work), work); in testBatch() 264 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(sorted), sorted); in testDelay() 287 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); in testCancel_simpleCancelLastTest() 319 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); in testCancel_cancelSecondToLast() 349 TestAsyncQueryService aqs = new TestAsyncQueryService(buildTestContext(expected), expected); in testCancel_multipleCancels() 380 private void startWork(TestAsyncQueryService aqs, OperationInfo[] work) { in startWork() [all …]
|