Searched refs:InsertCommand (Results 1 – 1 of 1) sorted by relevance
201 private InsertCommand parseInsertCommand() { in parseInsertCommand()227 return new InsertCommand(uri, userId, values, extras); in parseInsertCommand()554 private static class InsertCommand extends Command { class in Content558 public InsertCommand(Uri uri, int userId, ContentValues contentValues, Bundle extras) { in InsertCommand() method in Content.InsertCommand