| /cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/ |
| D | TestLifecycleListener.java | 30 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/ |
| D | TranslationTestWatcher.java | 35 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/ |
| D | CtsVerifierTest.java | 178 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/ |
| D | BitmapDumper.java | 44 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()
|
| D | BitmapAsserter.java | 50 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/ |
| D | BitmapAsserter.java | 44 String testName, String debugMessage) { in assertBitmapsAreSimilar() 72 String testName, String debugMessage) { in assertBitmapIsVerified() 85 private void onFailure(String testName) { in onFailure()
|
| D | BitmapDumper.java | 84 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/ |
| D | VolumeShaperTest.java | 246 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/ |
| D | Helper.java | 46 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/ |
| D | BaseDeviceOwnerTest.java | 94 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()
|
| D | ProfileOwnerTest.java | 107 protected void executeProfileOwnerTestMethod(String className, String testName) in executeProfileOwnerTestMethod() 114 private void executeDevicePolicySafetyCheckerIntegrationTest(String testName) throws Exception { in executeDevicePolicySafetyCheckerIntegrationTest()
|
| D | MixedDeviceOwnerTest.java | 229 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()
|
| D | CustomManagedProfileTest.java | 55 final String testName = expected ? "testIsProvisioningAllowedTrue" in assertIsProvisioningAllowed() local
|
| D | DeviceAndProfileOwnerTestApi30.java | 49 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
| D | AutofillTestWatcher.java | 64 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/ |
| D | TestListAdapter.java | 113 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/ |
| D | ServiceKillTests.java | 107 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/ |
| D | RestoreSessionHostSideTest.java | 178 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/ |
| D | DecodeAccuracyTest.java | 151 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/ |
| D | TestActivity.java | 54 final String testName = intent.getStringExtra(TestUtils.TEST_NAME_EXTRA_KEY); in runTest() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
| D | BaseSensorTestActivity.java | 210 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/ |
| D | GwpAsanBaseTest.java | 57 public void runTest(String testClass, String testName) throws Exception { in runTest()
|
| /cts/tests/tests/content/src/android/content/pm/cts/ |
| D | ResourcesHardeningTest.java | 285 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/ |
| D | BitmapDumper.java | 85 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/ |
| D | SaveBitmapHelper.java | 32 public static void saveBitmap(Bitmap failFrame, Class<?> clazz, TestName testName, in saveBitmap()
|