OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updatestatement
(Results
1 - 2
of
2
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java
25
private final List<
UpdateStatement
> updateStatements = new ArrayList<
UpdateStatement
>();
111
UpdateStatement
updateStatement
= new
UpdateStatement
(uri, new ContentValues(values), where, selectionArgs);
112
updateStatements.add(
updateStatement
);
302
public List<
UpdateStatement
> getUpdateStatements() {
362
public static class
UpdateStatement
{
368
public
UpdateStatement
(Uri uri, ContentValues values, String where, String[] selectionArgs) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
[
all
...]
Completed in 272 milliseconds