Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java154 ITestDevice device, String pkgName, String testClassName, String testMethodName) in runDeviceTests() argument
156 if (testClassName != null && testClassName.startsWith(".")) { in runDeviceTests()
157 testClassName = pkgName + testClassName; in runDeviceTests()
163 if (testClassName != null && testMethodName != null) { in runDeviceTests()
164 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
165 } else if (testClassName != null) { in runDeviceTests()
166 testRunner.setClassName(testClassName); in runDeviceTests()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/measurement/
DAbstractMeasurementLatencyTest.java89 protected void runRegisterSource(String testClassName, String testName) throws Exception { in runRegisterSource() argument
110 Log.i(TAG, generateLogLabel(testClassName, testName, timer.elapsed(TimeUnit.MILLISECONDS))); in runRegisterSource()
113 protected void runGetMeasurementApiStatus(String testClassName, String testName) { in runGetMeasurementApiStatus() argument
131 Log.i(TAG, generateLogLabel(testClassName, testName, timer.elapsed(TimeUnit.MILLISECONDS))); in runGetMeasurementApiStatus()
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/rules/
DHelperAppRule.kt54 fun runTest(testClassName: String, testMethodName: String) { in runTest()
55 DeviceUtils.runDeviceTests(hostTestClass.device, packageName, testClassName, testMethodName) in runTest()
/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/
DRkpdWidevineTests.java58 String testClassName = testPackagePrefix + ".wvtest.WidevineHostTestHelperTests"; in runTest() local
60 assertThat(runDeviceTests(testPackageName, testClassName, testMethodName)) in runTest()
DAtomsHostTest.java97 String testClassName = packageName + "." + className; in runTest() local
98 assertThat(runDeviceTests(packageName, testClassName, testMethodName)).isTrue(); in runTest()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/
DRoomSchemaMigrationGuardrailTest.java129 String testClassName = String.format("%sMigrationTest", databaseClassName); in validateDatabaseMigrationTestExists() local
131 Class<?> testClass = Class.forName(testClassName); in validateDatabaseMigrationTestExists()
148 String.format("Database migration test class %s is missing.", testClassName)); in validateDatabaseMigrationTestExists()
/packages/modules/Permission/tests/hostside/safetycenter/src/android/safetycenter/hostside/
DSafetyCenterInteractionLoggingHostTest.kt126 testClassName = ".SafetyCenterNotificationLoggingHelperTests", in openSafetyCenterWithNotification_recordsViewEventWithAssociatedIssueMetadata()
144 testClassName = ".SafetyCenterNotificationLoggingHelperTests", in sendNotification_recordsNotificationPostedEvent()
/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/fledge/
DAbstractSelectAdsLatencyTest.java128 String testClassName, in runSelectAds() argument
144 Log.i(TAG, generateLogLabel(testClassName, testName, timer.elapsed(TimeUnit.MILLISECONDS))); in runSelectAds()