OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAnnotation
(Results
1 - 2
of
2
) 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
...]
/frameworks/base/services/java/com/android/server/am/
BroadcastQueue.java
152
private final String
mAnnotation
;
156
mAnnotation
= annotation;
161
mService.appNotResponding(mApp, null, null, false,
mAnnotation
);
[
all
...]
Completed in 1263 milliseconds