Searched refs:CLASS (Results 1 – 12 of 12) sorted by relevance
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | TestResultTest.java | 26 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()
|
D | CaseResultTest.java | 26 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/ |
D | DeviceTypeRule.kt | 26 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
|
D | LimitDevicesRule.kt | 24 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)
|
D | OrientationRule.kt | 23 import kotlin.annotation.AnnotationTarget.CLASS 68 @Target(ANNOTATION_CLASS, CLASS) 75 @Target(ANNOTATION_CLASS, CLASS)
|
D | HandlesClassLevelExceptions.kt | 23 @Target(AnnotationTarget.CLASS)
|
D | ScreenRecordRule.kt | 37 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/ |
D | FlickerServiceCompatible.kt | 23 @Target(AnnotationTarget.CLASS)
|
D | ExpectedScenarios.kt | 19 @Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/constants/ |
D | JsonConfigConstants.java | 43 public static final String CLASS = "CLASS"; field in JsonConfigConstants
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
D | UiElement.java | 134 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/ |
D | ValidateUiElement.java | 50 JsonConfigConstants.CLASS,
|