HomeSort by relevance Sort by last modified time
    Searched refs:mAnnotation (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 35 private Annotation mAnnotation;
41 mAnnotation = null;
61 mAnnotation = new Annotation(KEY1, VALUE1);
62 assertEquals(VALUE1, mAnnotation.getValue());
63 mAnnotation = new Annotation(KEY2, VALUE2);
64 assertEquals(VALUE2, mAnnotation.getValue());
74 mAnnotation = new Annotation(KEY1, VALUE1);
75 assertEquals(KEY1, mAnnotation.getKey());
76 mAnnotation = new Annotation(KEY2, VALUE2);
77 assertEquals(KEY2, mAnnotation.getKey())
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 446 milliseconds