Home
last modified time | relevance | path

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

123

/cts/tools/junit/src/com/android/cts/junit/
DSingleJUnitTestRunListener.java36 public void testRunStarted(Description description) throws Exception { in testRunStarted()
47 public void testStarted(Description description) throws Exception { in testStarted()
53 public void testFinished(Description description) throws Exception { in testFinished()
65 public void testIgnored(Description description) throws Exception { in testIgnored()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSafeCleanerRule.java74 public Statement apply(Statement base, Description description) { in apply()
110 fail(description, mThrowables.get(0)); in apply() argument
112 fail(description, new MultipleExceptions(mThrowables)); in apply() argument
DTimeout.java126 public <T> T run(String description, Callable<T> job) throws Exception { in run()
144 public <T> T run(String description, long retryMs, Callable<T> job) throws Exception { in run()
DRetryRule.java42 public Statement apply(Statement base, Description description) { in apply()
DAutofillLoggingTestRule.java49 public Statement apply(Statement base, Description description) { in apply()
/cts/tests/tests/media/src/android/media/cts/
DMediaItemTest.java33 MediaDescription description = new MediaDescription.Builder() in testBrowsableMediaItem() local
56 MediaDescription description = new MediaDescription.Builder() in testPlayableMediaItem() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java177 public void testRunStarted(Description description) throws Exception { in testRunStarted()
187 public void testStarted(Description description) throws Exception { in testStarted()
192 public void testFinished(Description description) throws Exception { in testFinished()
210 public void testIgnored(Description description) throws Exception { in testIgnored()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DWithin.java79 public VerificationMode description(String description) { in description() argument
DBeforeAfterRule.java28 public Statement apply(Statement base, Description description) { in apply()
DOnFailureRule.java38 public Statement apply(Statement base, Description description) { in apply()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DAccessibilityEventFilterUtils.java53 public void describeTo(Description description) { in describeTo()
72 public void describeTo(Description description) { in describeTo()
91 public void describeTo(Description description) { in describeTo()
/cts/tests/tests/app/src/android/app/cts/
DRemoteActionTest.java40 String description = "description"; in testParcel() local
64 String description = "description"; in testClone() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java187 public void testRunStarted(Description description) throws Exception { in testRunStarted()
212 public void testStarted(Description description) throws Exception { in testStarted()
222 public void testFinished(Description description) throws Exception { in testFinished()
247 public void testIgnored(Description description) throws Exception { in testIgnored()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/data/
DVideoProvider.java53 String description = "This is description of a movie."; in buildMedia() local
67 String description, in buildMovieInfo()
/cts/tests/tests/drm/src/android/drm/cts/
DDrmSupportInfoTest.java91 private static void checkSetAndGetDescription(String description) throws Exception { in checkSetAndGetDescription()
94 assertEquals(info.getDescriprition(), description); in checkSetAndGetDescription() local
97 private static void checkSetInvalidDescription(String description) throws Exception { in checkSetInvalidDescription()
/cts/tests/signature/src/android/signature/cts/
DFailureType.java25 static FailureType mismatch(JDiffClassDescription description) { in mismatch()
30 static FailureType missing(JDiffClassDescription description) { in missing()
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java68 public void testRunStarted(Description description) throws Exception { in testRunStarted()
93 public void testStarted(Description description) throws Exception { in testStarted()
103 public void testFinished(Description description) { in testFinished()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DExpectationBasedFilter.java95 public boolean shouldRun(Description description) { in shouldRun()
118 private Description getTestDescription(Description description) { in getTestDescription()
/cts/libs/vogar-expect/src/vogar/
DExpectation.java40 private final String description; field in Expectation
57 …public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug)… in Expectation()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DTracer.java29 public Statement apply(Statement base, Description description) { in apply()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubGestureAccessibilityService.java26 public boolean doDispatchGesture(GestureDescription description, GestureResultCallback callback, in doDispatchGesture()
/cts/tests/autofillservice/src/android/autofillservice/cts/common/
DStateKeeperRule.java48 public Statement apply(Statement base, Description description) { in apply()
DStateChangerRule.java53 public Statement apply(Statement base, Description description) { in apply()
/cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
DFlakyTestRule.java39 public Statement apply(Statement statement, Description description) { in apply()
/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtilsMatchers.java34 public void describeTo(Description description) { in inAscendingOrder()

123