Searched refs:tester (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ExpandableListViewWithHeadersTest.java | 76 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testContextMenus() local 77 tester.testContextMenus(); in testContextMenus() 82 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testConvertionBetweenFlatAndPacked() local 83 tester.testConvertionBetweenFlatAndPackedOnGroups(); in testConvertionBetweenFlatAndPacked() 84 tester.testConvertionBetweenFlatAndPackedOnChildren(); in testConvertionBetweenFlatAndPacked() 89 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testSelectedPosition() local 90 tester.testSelectedPositionOnGroups(); in testSelectedPosition() 91 tester.testSelectedPositionOnChildren(); in testSelectedPosition()
|
D | ExpandableListViewBasicTest.java | 136 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testContextMenus() local 137 tester.testContextMenus(); in testContextMenus() 142 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testConvertionBetweenFlatAndPacked() local 143 tester.testConvertionBetweenFlatAndPackedOnGroups(); in testConvertionBetweenFlatAndPacked() 144 tester.testConvertionBetweenFlatAndPackedOnChildren(); in testConvertionBetweenFlatAndPacked() 149 ExpandableListTester tester = new ExpandableListTester(mExpandableListView, this); in testSelectedPosition() local 150 tester.testSelectedPositionOnGroups(); in testSelectedPosition() 151 tester.testSelectedPositionOnChildren(); in testSelectedPosition()
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | SensorIntegrationTests.java | 235 TestSensorOperation tester = in verifySensorStoppingInteraction() local 237 tester.addVerification(new EventOrderingVerification()); in verifySensorStoppingInteraction() 249 operation.add(tester, testee); in verifySensorStoppingInteraction()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | MessageQueueTest.java | 173 OrderTestHelper tester = new OrderTestHelper() { in testMessageOrder() local 188 tester.doTest(1000, 50); in testMessageOrder() 196 OrderTestHelper tester = new OrderTestHelper() { in testAtFrontOfQueue() local 217 tester.doTest(1000, 50); in testAtFrontOfQueue() 719 OrderTestHelper tester = new OrderTestHelper() { in testSyncBarriers() local 760 tester.doTest(1000, 50); in testSyncBarriers()
|