Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java45 public static void deleteFileInClassFolder(String className, String testName) { in deleteFileInClassFolder()
74 public static void dumpBitmaps(Bitmap idealBitmap, Bitmap testedBitmap, String testName, in dumpBitmaps()
94 public static void dumpBitmap(Bitmap bitmap, String testName, String className) { in dumpBitmap()
102 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java78 final String testName; field in TestListAdapter.TestListItem
92 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
99 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
105 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
111 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
117 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
123 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
136 private TestListItem(String title, String testName, Intent intent, in TestListItem()
226 String testName = cursor.getString(1); in getRefreshResults() local
259 SetTestResultTask(String testName, int result, String details) { in SetTestResultTask()
DTestResultsProvider.java41 public static Uri getTestNameUri(String testName) { in getTestNameUri()
204 static void setTestResult(Context context, String testName, int testResult, in setTestResult()
DTestResult.java55 private static Intent createResult(Activity activity, int testResult, String testName, in createResult()
DManifestTestListAdapter.java185 String testName = info.activityInfo.name; in getTestsByCategory() local
/cts/tools/utils/
DCollectAllTests.java320 final String testName) { in getKnownFailure()
325 final String testName) { in isKnownFailure()
330 final String testName) { in isSuppressed()
335 final String testName, final String annotationName) { in getAnnotation()
376 String testName = testMethod.getName(); in addToTests() local
406 String testName) { in addToTests()
DVogarUtils.java120 String testName) { in extractSupportedAbis()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestCase.java37 public void addTest(String testName, int timeout) { in addTest()
DXmlGenerator.java230 public static boolean isKnownFailure(ExpectationStore expectationStore, String testName) { in isKnownFailure()
236 String architecture, String className, String testName) { in getSupportedAbis()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java187 String testName = getTestClassName(); in run() local
449 private SensorTestDetails executeActivityTests(String testName) { in executeActivityTests()
541 void logTestStart(String testName) { in logTestStart()
586 void logTestPass(String testName, String testSummary) { in logTestPass()
593 public void logTestFail(String testName, String testSummary) { in logTestFail()
600 void logTestSkip(String testName, String testSummary) { in logTestSkip()
636 String testName, in saveResult()
DSensorCtsVerifierTestActivity.java81 String testName = String.format("%s#%s", getTestClassName(), testMethodName); in executeTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java44 public void raiseError(String testName, String message) throws Exception { in raiseError()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java55 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/tests/tests/hardware/src/android/hardware/cts/
DCamera_SizeTest.java114 private static void addTestToSuite(TestSuite testSuite, String testName) { in addTestToSuite()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestCase.java73 public Test findTest(String testName, boolean insertIfMissing) { in findTest()
DTestSuite.java76 public Test findTest(List<String> suiteNames, String testClassName, String testName, in findTest()
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java82 public void runUiAutomatorTest(String testName) throws Exception { in runUiAutomatorTest()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DCtsTestTest.java216 final String testName = String.format("%s#%s", className, methodName); in testRun_test() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DPrintTestRemoteTestRunner.java142 public void setMethodName(String className, String testName) { in setMethodName()
DJarHostTest.java275 private Test loadTest(String className, String testName) { in loadTest()
DGeeTestResultParser.java182 public ParsedTestInfo(String testName, String testClassName, String testRunTime) { in ParsedTestInfo()
DCtsTest.java415 void setTestName(String testName) { in setTestName()
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DXmlPlanGenerator.java153 final String testName = test.getName(); in writeTests() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java64 final String testName = getClass().getCanonicalName(); in cleanup() local
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackTest.java40 private void log(String testName, String message) { in log()
44 private void loge(String testName, String message) { in loge()
457 … private void testSetVolumeCommon(String testName, float vol, boolean isStereo) throws Exception { in testSetVolumeCommon()