Searched refs:contentValues (Results 1 - 17 of 17) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContentValuesTest.java15 private ContentValues contentValues; field in class:ShadowContentValuesTest
19 contentValues = new ContentValues();
58 contentValues.put(KEY, 0);
59 assertThat(contentValues.getAsBoolean(KEY)).isFalse();
64 contentValues.put(KEY, 1);
65 assertThat(contentValues.getAsBoolean(KEY)).isTrue();
70 contentValues.put(KEY, false);
71 assertThat(contentValues.getAsBoolean(KEY)).isFalse();
76 contentValues.put(KEY, true);
77 assertThat(contentValues
[all...]
H A DShadowContentResolverTest.java118 ContentValues contentValues = new ContentValues();
119 contentValues.put("foo", "bar");
120 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
125 contentValues = new ContentValues();
126 contentValues.put("hello", "world");
127 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
134 ContentValues contentValues = new ContentValues();
135 contentValues.put("foo", "bar");
136 contentResolver.update(EXTERNAL_CONTENT_URI, contentValues, "robolectric", new String[] { "awesome" });
143 contentValues
847 insert(Uri uri, ContentValues contentValues) argument
857 update(Uri uri, ContentValues contentValues, String s, String[] strings) argument
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DContentResolverTest.java65 ContentValues contentValues = new ContentValues();
66 contentValues.put("foo", "bar");
67 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
72 contentValues = new ContentValues();
73 contentValues.put("hello", "world");
74 contentResolver.insert(EXTERNAL_CONTENT_URI, contentValues);
81 ContentValues contentValues = new ContentValues();
82 contentValues.put("foo", "bar");
83 contentResolver.update(EXTERNAL_CONTENT_URI, contentValues, "robolectric", new String[] { "awesome" });
90 contentValues
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowContentResolver.java346 private final ContentValues contentValues; field in class:ShadowContentResolver.InsertStatement
348 public InsertStatement(Uri uri, ContentValues contentValues) { argument
350 this.contentValues = contentValues;
358 return contentValues;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowContentResolver.java892 InsertStatement(Uri uri, ContentProvider contentProvider, ContentValues contentValues) { argument
894 this.bulkContentValues = new ContentValues[] {contentValues};
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 279 milliseconds