Searched refs:onExecute (Results 1 – 6 of 6) sorted by relevance
32 callback.onExecute(command = this, pw) in execute()36 fun onExecute(command: StatusBarInsetsCommand, printWriter: PrintWriter) in onExecute() method
522 onExecute(provider); in execute()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
57 callback.onExecute(this, pw) in execute()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.MyCommand307 onExecute?.invoke(this) in execute()
774 mManageSubscriptionAction.ifPresent(ManageSubscriptionAction::onExecute); in manageSubscription()1318 void onExecute(); in onExecute() method
96 override fun onExecute( in <lambda>() method