Home
last modified time | relevance | path

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

12

/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/tests/media/src/android/media/cts/
DMediaItemTest.java33 MediaDescription description = new MediaDescription.Builder() in testBrowsableMediaItem() local
55 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/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestActivity.java175 public void testRunStarted(Description description) throws Exception { in testRunStarted()
200 public void testStarted(Description description) throws Exception { in testStarted()
210 public void testFinished(Description description) throws Exception { in testFinished()
235 public void testIgnored(Description description) throws Exception { in testIgnored()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java76 public boolean shouldRun(Description description) { in shouldRun()
104 private Description getTestDescription(Description description) { in getTestDescription()
/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/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()
DExpectationStore.java196 String description = ""; in readExpectation() local
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DStubGestureAccessibilityService.java29 public boolean doDispatchGesture(GestureDescription description, GestureResultCallback callback, in doDispatchGesture()
/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java67 public void testRunStarted(Description description) throws Exception { in testRunStarted()
92 public void testStarted(Description description) throws Exception { in testStarted()
102 public void testFinished(Description description) { in testFinished()
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DInMatcher.java57 public void describeTo(Description description) { in describeTo()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
DMovie.java76 public void setDescription(String description) { in setDescription()
/cts/tools/utils/
DVogarUtils.java60 String description = expectation.getDescription(); in isVogarKnownFailure() local
DDescriptionGenerator.java600 String description = av.toString(); in getAnnotationDescription() local
653 TestMethod(String name, String description, String controller, Set<String> abis, in TestMethod()
/cts/tests/tests/content/src/android/content/cts/
DClipboardManagerTest.java180 private void assertClipDescription(ClipDescription description, String expectedLabel, in assertClipDescription()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java165 final CharSequence description = "Mobile network not available"; in testDisconnectCause() local
DBaseTelecomTestWithMockServices.java983 String description) { in waitUntilConditionIsTrueOrTimeout()
1002 String description) { in doWorkAndWaitUntilConditionIsTrueOrTimeout()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1567 public void describeTo(Description description) { in describeTo()
1586 public void describeTo(Description description) { in describeTo()
1608 public void describeTo(Description description) { in describeTo()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c45 const char* description; member
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java260 String description = expectation.getDescription(); in removeUnsupportedAbis() local
/cts/tests/tests/text/src/android/text/cts/
DHtmlTest.java559 public void describeTo(Description description) { in describeTo()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DPlanetsRenderer.java431 private void measureTime(String description) { in measureTime()
/cts/tests/tests/security/src/android/security/cts/
DOpenSSLHeartbleedTest.java599 private synchronized void setFatalAlertDetected(int description) { in setFatalAlertDetected()
698 public int description; field in OpenSSLHeartbleedTest.AlertMessage
/cts/tests/tests/drm/lib/
DTestPlugin.cpp124 int action, const ActionDescription& description) { in onValidateAction()

12