Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DStatusBarInsetsCommand.kt32 callback.onExecute(command = this, pw) in execute()
36 fun onExecute(command: StatusBarInsetsCommand, printWriter: PrintWriter) in onExecute() method
/frameworks/base/cmds/content/src/com/android/commands/content/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
DScreenDecorCommand.kt57 callback.onExecute(this, pw) in execute()
70 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
307 onExecute?.invoke(this) in execute()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DWifiEntry.java774 mManageSubscriptionAction.ifPresent(ManageSubscriptionAction::onExecute); in manageSubscription()
1318 void onExecute(); in onExecute() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt96 override fun onExecute( in <lambda>() method