Searched defs:onExecute (Results 1 – 6 of 6) sorted by relevance
551 protected abstract void onExecute(IContentProvider provider) throws Exception; in onExecute() method in Content.Command565 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.InsertCommand580 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.DeleteCommand598 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.CallCommand614 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.GetTypeCommand626 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.ReadCommand641 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.WriteCommand660 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.QueryCommand725 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.UpdateCommand
36 fun onExecute(command: StatusBarInsetsCommand, printWriter: PrintWriter) in onExecute() method
79 fun onExecute(cmd: ScreenDecorCommand, pw: PrintWriter) in onExecute() method
1362 void onExecute(); in onExecute() method
357 class MyCommand(private val onExecute: ((MyCommand) -> Unit)? = null) : ParseableCommand(name) { constant in com.android.systemui.statusbar.commandline.ParseableCommandTest.MyCommand
192 override fun onExecute( in start() method