Home
last modified time | relevance | path

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

12

/cts/common/util/src/com/android/compatibility/common/util/
DICaseResult.java33 ITestResult getOrCreateResult(String testName); in getOrCreateResult()
41 ITestResult getResult(String testName); in getResult()
DCaseResult.java52 public ITestResult getOrCreateResult(String testName) { in getOrCreateResult()
65 public ITestResult getResult(String testName) { in getResult()
/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.java60 final String testName = context.getClass().getName(); in getTestNameUri() local
228 static void setTestResult(Context context, String testName, int testResult, in setTestResult()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DCustomManagedProfileTest.java53 final String testName = expected ? "testIsProvisioningAllowedTrue" in assertIsProvisioningAllowed() local
DDeviceAndProfileOwnerTest.java563 protected void executeDeviceTestMethod(String className, String testName) throws Exception { in executeDeviceTestMethod()
572 private void executeSuspendPackageTestMethod(String testName) throws Exception { in executeSuspendPackageTestMethod()
577 private void executeAccountTest(String testName) throws DeviceNotAvailableException { in executeAccountTest()
586 private void executeAppRestrictionsManagingPackageTest(String testName) throws Exception { in executeAppRestrictionsManagingPackageTest()
/cts/tools/utils/
DCollectAllTests.java349 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()
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.java237 public static boolean isKnownFailure(ExpectationStore expectationStore, String testName) { in isKnownFailure()
244 String architecture, String className, String testName) { in getSupportedAbis()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java188 String testName = getTestClassName(); in run() local
475 private SensorTestDetails executeActivityTests(String testName) { in executeActivityTests()
571 void logTestStart(String testName) { in logTestStart()
616 void logTestPass(String testName, String testSummary) { in logTestPass()
623 public void logTestFail(String testName, String testSummary) { in logTestFail()
630 void logTestSkip(String testName, String testSummary) { in logTestSkip()
666 String testName, in saveResult()
DSensorCtsVerifierTestActivity.java88 String testName = String.format("%s#%s", getTestClassName(), testMethodName); in executeTest() local
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java84 String testName = className + "#" + methodName; in shouldRun() local
DTestList.java104 public boolean shouldRunTest(String testName) { in shouldRunTest()
/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/
DTestStartActivity.java50 String testName = getIntent().getStringExtra(Utils.TESTCASE_TYPE); in onCreate() local
DAssistTestBase.java119 protected void startTestActivity(String testName) { in startTestActivity()
148 protected void startSession(String testName, Bundle extras) { in startSession()
/cts/tests/camera/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/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DBaseGnssTestActivity.java170 String testName = getTestClassName(); in run() local
357 private GnssTestDetails executeActivityTests(String testName) { in executeActivityTests()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java56 private void log(String testName, String message) { in log()
60 private void logw(String testName, String message) { in logw()
64 private void loge(String testName, String message) { in loge()
154 int primeAudioTrack(String testName) { in primeAudioTrack()

12