Home
last modified time | relevance | path

Searched defs:testClass (Results 1 – 25 of 32) sorted by relevance

12

/cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
DTestInfo.java27 public final String testClass; field in TestInfo
30 public TestInfo(String testPackage, String testClass, String testMethod) { in TestInfo()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/media/projection/
DMediaProjectionAtomsTests.java110 final String testClass = ".MediaProjectionTest"; in testMediaProjectionStateChanged_stoppedCapture() local
155 final String testClass = ".MediaProjectionTest"; in testMediaProjectionTargetChanged_stoppedCapture() local
189 final String testClass = ".MediaProjectionTests"; in testMediaProjectionStateChanged_setupCancelled() local
192 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), testClass, testMethod); in testMediaProjectionStateChanged_setupCancelled() local
217 final String testClass = ".MediaProjectionTests"; in testMediaProjectionStateChanged_appSelectorShown() local
223 DeviceUtils.runDeviceTestsOnStatsdApp(getDevice(), testClass, testMethod2); in testMediaProjectionStateChanged_appSelectorShown() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java64 protected SensorCtsTestActivity(Class<? extends SensorTestCase> testClass) { in SensorCtsTestActivity()
142 public Runner runnerForClass(Class<?> testClass) throws Throwable { in runnerForClass()
160 private boolean hasSuiteMethod(Class<?> testClass) { in hasSuiteMethod()
DSensorCtsVerifierTestActivity.java49 Class<? extends SensorCtsVerifierTestActivity> testClass) { in SensorCtsVerifierTestActivity()
62 Class<? extends SensorCtsVerifierTestActivity> testClass, boolean enableRetry) { in SensorCtsVerifierTestActivity()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
DTestNgRunnerBuilder.java37 public Runner runnerForClass(Class<?> testClass) { in runnerForClass()
DTestNgRunner.java54 TestNgRunner(Class<?> testClass) { in TestNgRunner()
/cts/hostsidetests/securitybulletin/src/android/security/cts/
DCVE_2021_39701.java35 final String testClass = testPkg + "." + "DeviceTest"; in testPocCVE_2021_39701() local
DCVE_2022_20007.java37 final String testClass = testPkg + "." + "DeviceTest"; in testPocCVE_2022_20007() local
DCVE_2021_39622.java43 final String testClass = testPkg + "." + "DeviceTest"; in testPocCVE_2021_39622() local
DCVE_2021_39706.java40 final String testClass = testPkg + "." + "DeviceTest"; in testPocCVE_2021_39706() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java74 private void executeTest(Class testClass, String testName) { in executeTest()
200 mTestCaseMap.put(method.getName(), testClass); in initializeTestCases() local
236 Class testClass = mTestCaseMap.get(mTestId); in performTest() local
/cts/common/device-side/interactive/src/main/java/com/android/interactive/testrules/
DTestNameSaver.java44 public TestNameSaver(Class<?> testClass) { in TestNameSaver()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestNameUtils.java52 public static void setCurrentTestClass(@Nullable String testClass) { in setCurrentTestClass()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java63 protected void runDeviceTest(String testPkg, String testClass, String testMethod) in runDeviceTest()
68 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
73 protected void runDeviceTest(String testPkg, String testClass, String testMethod, in runDeviceTest()
78 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelperTest.java44 String testClass = mClazz.getSimpleName(); in setUp() local
/cts/hostsidetests/gwp_asan/src/android/cts/gwp_asan/
DGwpAsanBaseTest.java59 public void runTest(String testClass, String testName) throws Exception { in runTest()
/cts/tests/sensor/src/android/hardware/cts/
DSensorTestCase.java78 public TestClassNode(Class<?> testClass) { in TestClassNode()
/cts/tests/signature/lib/common/src/android/signature/cts/
DApiPresenceChecker.java141 private static Map<String, Field> buildFieldMap(Class<?> testClass) { in buildFieldMap()
150 private static Map<String, Field> buildFieldMapImpl(Class<?> testClass) { in buildFieldMapImpl()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/filter/
DCoreTestModeFilter.java79 Class<?> testClass = description.getTestClass(); in test() local
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DProfileOwnerTest.java87 String testClass = PROFILE_OWNER_PKG + "." + testClassName; in executeProfileOwnerTest() local
DBaseDeviceOwnerTest.java91 String testClass = DEVICE_OWNER_PKG + "." + testClassName; in executeDeviceOwnerTestOnSpecificUser() local
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/
DGtestRunner.java42 public GtestRunner(Class testClass) { in GtestRunner()
/cts/hostsidetests/inputmethodservice/deviceside/devicetest/src/android/inputmethodservice/cts/devicetest/
DTestHelper.java88 final Class<?> testClass = testMethod.getDeclaringClass(); in TestHelper() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java96 TestMethod(String testModule, String testClass, String testMethod) { in TestMethod()
/cts/hostsidetests/jvmti/base/run-test-based-app/src/android/jvmti/cts/
DJvmtiRunTestBasedTest.java127 Class<?> testClass = Class.forName("art.Test" + nr); in testRunTest() local

12