/cts/tests/tests/media/src/android/media/cts/ |
D | VolumeShaperTest.java | 213 private static void checkEqual(String testName, in checkEqual() 223 private static void checkNotEqual(String testName, in checkNotEqual() 567 final String testName = TEST_NAME + " " + player.name(); in testMaximumShapers() local 597 final String testName = TEST_NAME + " " + player.name(); in testPlayerDuck() local 622 final String testName = TEST_NAME + " " + player.name(); in testPlayerRamp() local 651 final String testName = TEST_NAME + " " + player.name(); in testPlayerCornerCase() local 701 final String testName = TEST_NAME + " " + player.name(); in testPlayerCornerCase2() local 740 final String testName = TEST_NAME + " " + player.name(); in testPlayerJoin() local 785 final String testName = TEST_NAME + " " + player.name(); in testPlayerCubicMonotonic() local 906 final String testName = TEST_NAME + " " + player.name(); in testPlayerStepRamp() local [all …]
|
/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 | 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/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestListAdapter.java | 86 final String testName; field in TestListAdapter.TestListItem 103 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() 110 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() 116 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest() 122 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() 129 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() 135 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() 141 public static TestListItem newTest(String title, String testName, Intent intent, in newTest() 154 protected TestListItem(String title, String testName, Intent intent, in TestListItem() 159 protected TestListItem(String title, String testName, Intent intent, in TestListItem() [all …]
|
D | TestResult.java | 71 public static Intent createResult(Activity activity, int testResult, String testName, in createResult() 78 public static void addResultData(Intent intent, int testResult, String testName, in addResultData()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | AutofillTestWatcher.java | 50 final String testName = description.getDisplayName(); in starting() local 57 final String testName = description.getDisplayName(); in finished() local
|
/cts/tools/utils/ |
D | CollectAllTests.java | 349 final String testName) { in getKnownFailure() 354 final String testName) { in isKnownFailure() 359 final String testName) { in isSuppressed() 364 final String testName, final String annotationName) { in getAnnotation() 405 String testName = testMethod.getName(); in addToTests() local 435 String testName) { in addToTests()
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
D | UiAutomationLogRule.java | 45 public UiAutomationLogRule(@NonNull String testName) { in UiAutomationLogRule()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | CustomManagedProfileTest.java | 53 final String testName = expected ? "testIsProvisioningAllowedTrue" in assertIsProvisioningAllowed() local
|
D | ProfileOwnerTest.java | 106 protected void executeProfileOwnerTestMethod(String className, String testName) in executeProfileOwnerTestMethod()
|
D | DeviceAndProfileOwnerTestApi25.java | 102 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | BaseSensorTestActivity.java | 209 String testName = getTestClassName(); in run() local 508 private SensorTestDetails executeActivityTests(String testName) { in executeActivityTests() 636 void logTestStart(String testName) { in logTestStart() 681 void logTestPass(String testName, String testSummary) { in logTestPass() 688 public void logTestFail(String testName, String testSummary) { in logTestFail() 695 void logTestSkip(String testName, String testSummary) { in logTestSkip() 731 String testName, in saveResult()
|
D | SensorCtsVerifierTestActivity.java | 107 String testName = String.format("%s#%s", getTestClassName(), testMethodName); in executeTest() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | GraphicsStatsValidationTest.java | 135 private GraphicsStatsProto[] runDrawTest(String testName) throws Exception { in runDrawTest() 139 private GraphicsStatsProto[] doRunDrawTest(String testName, boolean canRetry) throws Exception { in doRunDrawTest()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | SensorPowerTestActivity.java | 44 public void raiseError(String testName, String message) throws Exception { in raiseError()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | GoWithConfigTestCase.java | 159 String testName = "Accept client connection test"; in getTestName() local
|
/cts/tests/tests/assist/src/android/assist/cts/ |
D | TestStartActivity.java | 43 String testName = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
|
/cts/tests/tests/preference/src/android/preference/cts/ |
D | PreferenceActivityFlowTest.java | 486 String testName = getClass().getSimpleName() + "." + mTestName.getMethodName(); in assertScreenshotsAreEqual() local 535 String testName = mTestName.getMethodName(); in requirePortraitModeSupport() local 555 String testName = mTestName.getMethodName(); in requireLandscapeModeSupport() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
D | PowerTestHostLink.java | 55 void raiseError(String testName, String message) throws Exception; in raiseError() 251 final String testName = tokenizer.nextToken(); in processClientRequest() local 271 String testName = ""; in handleSetTestResultCmd() local
|
/cts/common/device-side/nativetesthelper/src/com/android/gtestrunner/ |
D | GtestRunner.java | 91 private static native void nAddTest(String testName); in nAddTest()
|
/cts/tests/core/runner/src/com/android/cts/core/runner/ |
D | ExpectationBasedFilter.java | 103 String testName = className + "#" + methodName; in shouldRun() local
|
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/ |
D | ExpectationBasedFilter.java | 103 String testName = className + "#" + methodName; in shouldRun() local
|
/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/ |
D | HarmfulAppWarningTest.java | 90 private void runDeviceTest(String testName) throws DeviceNotAvailableException { in runDeviceTest()
|