Home
last modified time | relevance | path

Searched defs:testName (Results 1 – 25 of 100) sorted by relevance

1234

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/
DTestLifecycleListener.java30 default void testStarted(String testName) {} in testStarted()
32 default void testFinished(String testName) {} in testFinished()
34 default void testRestarted(String testName, String reason) {} in testRestarted()
/cts/tests/translation/src/android/translation/cts/
DTranslationTestWatcher.java35 final String testName = description.getDisplayName(); in starting() local
42 final String testName = description.getDisplayName(); in finished() local
/cts/hostsidetests/ctsverifier/src/com/android/cts/verifier/
DCtsVerifierTest.java178 void runTest(String testName, String... configRequirements) throws Exception { in runTest()
182 void runTest(String testName, boolean foldedMode, String... configRequirements) in runTest()
246 private void removeTestResult(String testName) throws Exception { in removeTestResult()
259 private TestResult getTestResult(String testName) { in getTestResult()
334 private static String setFoldedTestNameSuffix(String testName) { in setFoldedTestNameSuffix()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapDumper.java44 public static void deleteFileInClassFolder(String className, String testName) { in deleteFileInClassFolder()
73 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, String testName, in dumpBitmaps()
93 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
101 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
DBitmapAsserter.java50 String testName, String debugMessage) { in assertBitmapsAreSimilar()
77 String testName, String debugMessage) { in assertBitmapIsVerified()
84 BitmapDumper.dumpBitmap(bitmapVerifier.getDifferenceBitmap(), testName + "_verifier", in assertBitmapIsVerified() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java44 String testName, String debugMessage) { in assertBitmapsAreSimilar()
72 String testName, String debugMessage) { in assertBitmapIsVerified()
85 private void onFailure(String testName) { in onFailure()
DBitmapDumper.java84 private static File getFile(String className, String testName, String type) { in getFile()
106 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, String testName, in dumpBitmaps()
136 public static void dumpBitmaps(Bitmap testedBitmap, Bitmap visualizerBitmap, String testName, in dumpBitmaps()
151 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DVolumeShaperTest.java246 private static void checkEqual(String testName, in checkEqual()
256 private static void checkNotEqual(String testName, in checkNotEqual()
633 final String testName = TEST_NAME + " " + player.name(); in testMaximumShapers() local
671 private void runTestDuckPlayer(String testName, Player player) throws Exception { in runTestDuckPlayer()
723 String testName, Player player, VolumeShaper.Configuration configuration) in runTestRampPlayer()
765 private void runTestCornerCasePlayer(String testName, Player player) throws Exception { in runTestCornerCasePlayer()
823 final String testName = TEST_NAME + " " + player.name(); in testPlayerCornerCase2() local
863 final String testName = TEST_NAME + " " + player.name(); in testPlayerJoin() local
925 String testName, Player player, VolumeShaper.Configuration configuration) in runTestCubicMonotonicPlayer()
1054 private void runTestStepRampPlayer(String testName, Player player) throws Exception { in runTestStepRampPlayer()
[all …]
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DHelper.java46 public static void takeScreenshotAndSave(Context context, String testName, in takeScreenshotAndSave()
64 public static void dumpsysAndSave(String dumpsysString, String testName, in dumpsysAndSave()
93 private static File createTestFile(String testName, String name, String targetFolder) in createTestFile()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceOwnerTest.java94 protected final void executeDeviceOwnerTestMethod(String className, String testName) in executeDeviceOwnerTestMethod()
99 protected final void executeDeviceTestMethod(String className, String testName) in executeDeviceTestMethod()
119 private void executeDeviceOwnerPackageTestMethod(String className, String testName, in executeDeviceOwnerPackageTestMethod()
DProfileOwnerTest.java107 protected void executeProfileOwnerTestMethod(String className, String testName) in executeProfileOwnerTestMethod()
114 private void executeDevicePolicySafetyCheckerIntegrationTest(String testName) throws Exception { in executeDevicePolicySafetyCheckerIntegrationTest()
DMixedDeviceOwnerTest.java229 private void executeInstallUpdateTest(String testName) throws Exception { in executeInstallUpdateTest()
491 protected void runDeviceTestsAsUser(String pkgName, String testClassName, String testName, in runDeviceTestsAsUser()
515 protected void executeDeviceTestMethod(String className, String testName, in executeDeviceTestMethod()
520 private void executeDeviceTestMethodOnDeviceOwnerUser(String className, String testName) in executeDeviceTestMethodOnDeviceOwnerUser()
DCustomManagedProfileTest.java55 final String testName = expected ? "testIsProvisioningAllowedTrue" in assertIsProvisioningAllowed() local
DDeviceAndProfileOwnerTestApi30.java49 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAutofillTestWatcher.java64 final String testName = description.getDisplayName(); in starting() local
72 final String testName = description.getDisplayName(); in finished() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java113 public String testName; field in TestListAdapter.TestListItem
151 String testName, in newTest()
172 String testName, in newTest()
192 String testName, in newTest()
210 String testName, in newTest()
240 String testName, in newTest()
269 String testName, in newTest()
292 String testName, in newTest()
314 String testName, in newTest()
334 String title, String testName, Intent intent, String[] requiredFeatures) { in newTest()
[all …]
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java107 private void test(String testName, long runTimeMinutes, in test()
112 private void test(String testName, long runTimeMinutes, in test()
197 private String generateTestId(String testName) { in generateTestId()
/cts/hostsidetests/backup/src/android/cts/backup/
DRestoreSessionHostSideTest.java178 private void checkRestoreSessionDeviceTestForAllApps(String testName) in checkRestoreSessionDeviceTestForAllApps()
186 private void checkRestoreSessionDeviceTest(int testAppNumber, String testName) in checkRestoreSessionDeviceTest()
194 String packageName, String fullClassName, String testName) in runRestoreSessionDeviceTestAndAssertSuccess()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTest.java151 private String testName; field in DecodeAccuracyTest
157 public DecodeAccuracyTest(String decoderName, String fileName, String testName) { in DecodeAccuracyTest()
184 String testName = ""; in input() local
/cts/tests/tests/content/HelloWorldApp/src_res_hardening/com/example/helloworld/
DTestActivity.java54 final String testName = intent.getStringExtra(TestUtils.TEST_NAME_EXTRA_KEY); in runTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java210 String testName = getTestClassName(); in run() local
508 private SensorTestDetails executeActivityTests(String testName) { in executeActivityTests()
655 void logTestStart(String testName) { in logTestStart()
704 void logTestPass(String testName, String testSummary) { in logTestPass()
711 public void logTestFail(String testName, String testSummary) { in logTestFail()
718 void logTestSkip(String testName, String testSummary) { in logTestSkip()
754 String testName, SensorTestDetails.ResultCode resultCode, String summary) { in saveResult()
/cts/hostsidetests/gwp_asan/src/android/cts/gwp_asan/
DGwpAsanBaseTest.java57 public void runTest(String testClass, String testName) throws Exception { in runTest()
/cts/tests/tests/content/src/android/content/pm/cts/
DResourcesHardeningTest.java285 private void testIncrementalOwnPackageResources(String testName, boolean expectCrash) in testIncrementalOwnPackageResources()
287 try (RemoteTest session = new RemoteTest(startInstallSession(), testName)) { in testIncrementalOwnPackageResources() argument
293 try (RemoteTest session = new RemoteTest(startInstallSession(), testName)) { in testIncrementalOwnPackageResources() argument
305 private void testIncrementalOwnPackageResources(String testName) throws Exception { in testIncrementalOwnPackageResources()
319 RemoteTest(ShellInstallSession session, String testName) { in RemoteTest()
/cts/tests/tests/view/src/android/view/cts/util/
DBitmapDumper.java85 private static File getFile(String className, String testName, String type) { in getFile()
101 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DSaveBitmapHelper.java32 public static void saveBitmap(Bitmap failFrame, Class<?> clazz, TestName testName, in saveBitmap()

1234