Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 12 of 12) sorted by relevance

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DTestResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in TestResultTest
28 private static final String TEST_1 = String.format("%s#%s", CLASS, METHOD_1);
34 mCase = new CaseResult(CLASS); in setUp()
DCaseResultTest.java26 private static final String CLASS = "android.test.FoorBar"; field in CaseResultTest
37 mResult = new CaseResult(CLASS); in setUp()
46 assertEquals("Incorrect case name", CLASS, mResult.getName()); in testAccessors()
85 CaseResult otherResult = new CaseResult(CLASS); in testMergeCase()
100 CaseResult otherResult = new CaseResult(CLASS); in testMergeCase_passToFail()
114 CaseResult otherResult = new CaseResult(CLASS + "foo"); in testMergeCase_mismatchedModuleName()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DDeviceTypeRule.kt26 import kotlin.annotation.AnnotationTarget.CLASS
153 @Target(ANNOTATION_CLASS, CLASS, FUNCTION)
157 @Retention(RUNTIME) @Target(ANNOTATION_CLASS, CLASS, FUNCTION) annotation class LargeScreenOnly
160 @Retention(RUNTIME) @Target(ANNOTATION_CLASS, CLASS, FUNCTION) annotation class FoldableOnly
163 @Retention(RUNTIME) @Target(ANNOTATION_CLASS, CLASS, FUNCTION) annotation class TabletOnly
DLimitDevicesRule.kt24 import kotlin.annotation.AnnotationTarget.CLASS
33 @Target(FUNCTION, CLASS)
38 @Target(FUNCTION, CLASS)
43 @Target(FUNCTION, CLASS)
52 @Target(FUNCTION, CLASS)
59 @Retention(RUNTIME) @Target(FUNCTION, CLASS) annotation class IgnoreLimit(val ignoreLimit: Boolean)
DOrientationRule.kt23 import kotlin.annotation.AnnotationTarget.CLASS
68 @Target(ANNOTATION_CLASS, CLASS)
75 @Target(ANNOTATION_CLASS, CLASS)
DHandlesClassLevelExceptions.kt23 @Target(AnnotationTarget.CLASS)
DScreenRecordRule.kt37 import kotlin.annotation.AnnotationTarget.CLASS in <lambda>()
229 @Target(FUNCTION, CLASS, PROPERTY_GETTER, PROPERTY_SETTER) in <lambda>()
/platform_testing/libraries/flicker/src/android/tools/flicker/annotation/
DFlickerServiceCompatible.kt23 @Target(AnnotationTarget.CLASS)
DExpectedScenarios.kt19 @Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/
DJsonConfigConstants.java43 public static final String CLASS = "CLASS"; field in JsonConfigConstants
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java134 case JsonConfigConstants.CLASS: in getBySelectorForUiElement()
180 case JsonConfigConstants.CLASS: in extendBySelectorForUiElement()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateUiElement.java50 JsonConfigConstants.CLASS,