Searched defs:onExecute (Results 1 – 4 of 4) 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
70 fun onExecute(cmd: ScreenDecorCommand, pw: PrintWriter) in onExecute() method
294 private val onExecute: ((MyCommand) -> Unit)? = null, constant in com.android.systemui.statusbar.commandline.ParseableCommandTest.MyCommand
1240 void onExecute(); in onExecute() method