OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALUE1
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java
27
private static final String
VALUE1
= "John";
41
new Annotation(KEY1,
VALUE1
);
46
mAnnotation = new Annotation(KEY1,
VALUE1
);
47
assertEquals(
VALUE1
, mAnnotation.getValue());
54
mAnnotation = new Annotation(KEY1,
VALUE1
);
61
mAnnotation = new Annotation(KEY1,
VALUE1
);
69
mAnnotation = new Annotation(KEY1,
VALUE1
);
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java
42
final long
VALUE1
= 100;
82
table.setValue(key,
VALUE1
);
106
Assert.assertEquals(
VALUE1
, table1.getValue(key));
123
table.setValue(key,
VALUE1
);
175
table.setValue(key,
VALUE1
);
177
Assert.assertEquals(
VALUE1
, table.getValue(key));
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/dummy/
InnerTest.java
55
VALUE1
(1),
/cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java
44
private static final String
VALUE1
= "
value1
";
72
values1.put(DummyProvider.VALUE,
VALUE1
);
123
assertEquals(
VALUE1
, rows.get(NAME1).getAsString(DummyProvider.VALUE));
145
assertEquals(
VALUE1
, contentValues.getAsString(DummyProvider.VALUE));
163
assertEquals(
VALUE1
, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java
79
private static final int
VALUE1
= 1;
102
values.put(COLUMN_VALUE_NAME,
VALUE1
);
334
assertEquals(
VALUE1
, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
779
values.put(COLUMN_VALUE_NAME,
VALUE1
);
801
assertEquals(
VALUE1
, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
[
all
...]
/frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py
227
VALUE1
= 1
[
all
...]
Completed in 158 milliseconds