Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java522 onExecute(provider); in execute()
551 protected abstract void onExecute(IContentProvider provider) throws Exception; in onExecute() method in Content.Command
565 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.InsertCommand
580 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.DeleteCommand
598 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.CallCommand
614 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.GetTypeCommand
626 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.ReadCommand
641 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.WriteCommand
660 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.QueryCommand
725 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.UpdateCommand
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DScreenDecorCommand.kt57 callback.onExecute(this, pw)
70 fun onExecute(cmd: ScreenDecorCommand, pw: PrintWriter) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
H A DParseableCommandTest.kt294 private val onExecute: ((MyCommand) -> Unit)? = null,
307 onExecute?.invoke(this)