Home
last modified time | relevance | path

Searched refs:InsertCommand (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java201 private InsertCommand parseInsertCommand() { in parseInsertCommand()
227 return new InsertCommand(uri, userId, values, extras); in parseInsertCommand()
554 private static class InsertCommand extends Command { class in Content
558 public InsertCommand(Uri uri, int userId, ContentValues contentValues, Bundle extras) { in InsertCommand() method in Content.InsertCommand