Searched defs:UpdateCommand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java215 private UpdateCommand parseUpdateCommand() {
241 return new UpdateCommand(uri, userId, values, where);
526 private static class UpdateCommand extends InsertCommand { class in class:Content
529 public UpdateCommand(Uri uri, int userId, ContentValues contentValues, String where) { method in class:Content.UpdateCommand

Completed in 57 milliseconds