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

  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 30 private Annotation mAnnotation;
36 mAnnotation = null;
46 mAnnotation = new Annotation(KEY1, VALUE1);
47 assertEquals(VALUE1, mAnnotation.getValue());
48 mAnnotation = new Annotation(KEY2, VALUE2);
49 assertEquals(VALUE2, mAnnotation.getValue());
54 mAnnotation = new Annotation(KEY1, VALUE1);
55 assertEquals(KEY1, mAnnotation.getKey());
56 mAnnotation = new Annotation(KEY2, VALUE2);
57 assertEquals(KEY2, mAnnotation.getKey())
    [all...]
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 270 private boolean mAnnotation;
272 /** Is this annotation a typedef? Only applies if {@link #mAnnotation} */
275 /** Does the annotation have source retention? Only applies if {@link #mAnnotation} */
291 mAnnotation = interfaces != null && interfaces.length >= 1
314 if (mAnnotation && mTypedef) {
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 232 private String mName, mAnnotation;
235 mName = mAnnotation = "";
260 mAnnotation += " " + part;
287 mAnnotation = mAnnotation.replaceAll("\\s+", " ");
288 if (mAnnotation.startsWith(" ")) {
289 mAnnotation = mAnnotation.substring(1);
291 if (mAnnotation.endsWith(" ")) {
292 mAnnotation = mAnnotation.substring(0, mAnnotation.length() - 1)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 162 private final String mAnnotation;
166 mAnnotation = annotation;
171 mService.appNotResponding(mApp, null, null, false, mAnnotation);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 1318 milliseconds