Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewWithHeadersTest.java97 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testContextMenus() local
98 tester.testContextMenus(); in testContextMenus()
103 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testConvertionBetweenFlatAndPacked() local
104 tester.testConversionBetweenFlatAndPackedOnGroups(); in testConvertionBetweenFlatAndPacked()
105 tester.testConversionBetweenFlatAndPackedOnChildren(); in testConvertionBetweenFlatAndPacked()
110 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testSelectedPosition() local
111 tester.testSelectedPositionOnGroups(); in testSelectedPosition()
112 tester.testSelectedPositionOnChildren(); in testSelectedPosition()
DExpandableListViewBasicTest.java147 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testContextMenus() local
148 tester.testContextMenus(); in testContextMenus()
153 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testConvertionBetweenFlatAndPacked() local
154 tester.testConversionBetweenFlatAndPackedOnGroups(); in testConvertionBetweenFlatAndPacked()
155 tester.testConversionBetweenFlatAndPackedOnChildren(); in testConvertionBetweenFlatAndPacked()
160 ExpandableListTester tester = new ExpandableListTester(mActivityRule, mExpandableListView); in testSelectedPosition() local
161 tester.testSelectedPositionOnGroups(); in testSelectedPosition()
162 tester.testSelectedPositionOnChildren(); in testSelectedPosition()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
DREADME.txt18 com.android.cts.devicepolicy.accountcheck.tester/.TestAuthenticator
23 com.android.cts.devicepolicy.accountcheck.tester/.TestAuthenticator
29 …ndroid.account.DEVICE_OR_PROFILE_OWNER_ALLOWED, type=com.android.cts.devicepolicy.authcheck.tester}
/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java58 final Runnable tester = () -> { in testGetSystemService_multiThreaded() local
89 threads[i] = new Thread(tester); in testGetSystemService_multiThreaded()
/cts/tests/tests/os/src/android/os/cts/
DMessageQueueTest.java173 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()
/cts/tests/sensor/src/android/hardware/cts/
DSensorIntegrationTests.java367 TestSensorOperation tester = in verifySensorStoppingInteraction() local
369 tester.addVerification(new EventOrderingVerification()); in verifySensorStoppingInteraction()
381 operation.add(tester, testee); in verifySensorStoppingInteraction()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java16 package com.android.cts.devicepolicy.accountcheck.tester;
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityAndWindowManagersState.java218 <T> T waitForValidProduct(Supplier<T> supplier, String productName, Predicate<T> tester) { in waitForValidProduct() argument
223 if (tester.test(product)) { in waitForValidProduct()