Searched refs:UpdateCommand (Results 1 – 1 of 1) sorted by relevance
255 private UpdateCommand parseUpdateCommand() { in parseUpdateCommand()284 return new UpdateCommand(uri, userId, values, extras); in parseUpdateCommand()714 private static class UpdateCommand extends Command { class in Content718 public UpdateCommand(Uri uri, int userId, ContentValues values, Bundle extras) { in UpdateCommand() method in Content.UpdateCommand