Home
last modified time | relevance | path

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

12

/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()
115 … private static void saveFile(String className, String testName, String fileName, Bitmap bitmap) { in saveFile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestListAdapter.java86 final String testName; field in TestListAdapter.TestListItem
100 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
107 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
113 public static TestListItem newTest(Context context, int titleResId, String testName, in newTest()
119 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
125 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
131 public static TestListItem newTest(String title, String testName, Intent intent, in newTest()
144 protected TestListItem(String title, String testName, Intent intent, in TestListItem()
243 String testName = cursor.getString(1); in getRefreshResults() local
281 String testName, in SetTestResultTask()
DTestResult.java71 private static Intent createResult(Activity activity, int testResult, String testName, in createResult()
78 public static void addResultData(Intent intent, int testResult, String testName, in addResultData()
DTestResultsProvider.java47 public static Uri getTestNameUri(String testName) { in getTestNameUri()
214 static void setTestResult(Context context, String testName, int testResult, in setTestResult()
DManifestTestListAdapter.java187 String testName = info.activityInfo.name; in getTestsByCategory() local
/cts/tools/utils/
DCollectAllTests.java341 final String testName) { in getKnownFailure()
346 final String testName) { in isKnownFailure()
351 final String testName) { in isSuppressed()
356 final String testName, final String annotationName) { in getAnnotation()
397 String testName = testMethod.getName(); in addToTests() local
427 String testName) { in addToTests()
DVogarUtils.java121 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.java231 public static boolean isKnownFailure(ExpectationStore expectationStore, String testName) { in isKnownFailure()
238 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.java88 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/assist/src/android/assist/cts/
DAssistTestBase.java112 protected void startTestActivity(String testName) { in startTestActivity()
140 protected void startSession(String testName, Bundle extras) { in startSession()
/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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java266 private void assertResult(String testName, Boolean expectSuccess) throws InterruptedException { in assertResult()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java267 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DCtsTestTest.java218 final String testName = String.format("%s#%s", className, methodName); in testRun_test() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java275 private Test loadTest(String className, String testName) { in loadTest()
DGeeTestResultParser.java182 public ParsedTestInfo(String testName, String testClassName, String testRunTime) { in ParsedTestInfo()
/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

12