Home
last modified time | relevance | path

Searched defs:onExecute (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java551 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DScreenDecorCommand.kt70 fun onExecute(cmd: ScreenDecorCommand, pw: PrintWriter) in onExecute() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/commandline/
DParseableCommandTest.kt294 private val onExecute: ((MyCommand) -> Unit)? = null, constant in com.android.systemui.statusbar.commandline.ParseableCommandTest.MyCommand
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java1240 void onExecute(); in onExecute() method