Home
last modified time | relevance | path

Searched defs:tester (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewWithHeadersTest.java107 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testContextMenus() local
113 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testConvertionBetweenFlatAndPacked() local
120 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testSelectedPosition() local
DExpandableListViewBasicTest.java157 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testContextMenus() local
163 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testConvertionBetweenFlatAndPacked() local
170 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testSelectedPosition() local
/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java61 final Runnable tester = () -> { in testGetSystemService_multiThreaded() local
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java197 OrderTestHelper tester = new OrderTestHelper() { in testMessageOrder() local
221 OrderTestHelper tester = new OrderTestHelper() { in testAtFrontOfQueue() local
251 OrderTestHelper tester = new OrderTestHelper() { in testRemoveMessages() local
796 OrderTestHelper tester = new OrderTestHelper() { in testSyncBarriers() local
847 OrderTestHelper tester = new OrderTestHelper() { in testLateSyncBarriers() local
DIpcDataCacheTest.java104 ServerProxy tester = new ServerProxy(); in testBasicCache() local
150 ServerProxy tester = new ServerProxy(); in testDisableCache() local
/cts/tests/tests/multiuser/src/android/multiuser/cts/
DUserVisibilityTestCase.java133 VisibleBackgroundUserAndProfileOnSecondaryDisplayTester tester) { in runTestOnSecondaryDisplay()
/cts/tests/sensor/src/android/hardware/cts/
DSensorIntegrationTests.java422 TestSensorOperation tester = in verifySensorStoppingInteraction() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java736 private static void forEachPixelInRect(Bitmap screenshot, Rect bounds, PixelTester tester) { in forEachPixelInRect()