Home
last modified time | relevance | path

Searched refs:onCommand (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/support/media-compat/api21/android/support/v4/media/session/
DMediaSessionCompatApi21.java136 public void onCommand(String command, Bundle extras, ResultReceiver cb); in onCommand() method
159 public void onCommand(String command, Bundle args, ResultReceiver cb) { in onCommand() method in MediaSessionCompatApi21.CallbackProxy
160 mCallback.onCommand(command, args, cb); in onCommand()
/frameworks/base/core/java/android/os/
DShellCommand.java94 res = onCommand(mCmd); in exec()
292 public abstract int onCommand(String cmd); in onCommand() method in ShellCommand
/frameworks/base/media/java/android/media/session/
DISessionCallback.aidl28 void onCommand(String command, in Bundle args, in ResultReceiver cb); in onCommand() method
DMediaSession.java743 public void onCommand(@NonNull String command, @Nullable Bundle args, in onCommand() method in MediaSession.Callback
987 public void onCommand(String command, Bundle args, ResultReceiver cb) { in onCommand() method in MediaSession.CallbackStub
1321 mCallback.onCommand(cmd.command, cmd.extras, cmd.stub); in handleMessage()
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java27 @Override public int onCommand(String cmd) {
/frameworks/base/services/core/java/com/android/server/webkit/
DWebViewUpdateServiceShellCommand.java32 public int onCommand(String cmd) { in onCommand() method in WebViewUpdateServiceShellCommand
/frameworks/base/services/core/java/com/android/server/pm/
DOtaDexoptShellCommand.java33 public int onCommand(String cmd) { in onCommand() method in OtaDexoptShellCommand
DPackageManagerShellCommand.java90 public int onCommand(String cmd) { in onCommand() method in PackageManagerShellCommand
DShortcutService.java3426 public int onCommand(String cmd) { in onCommand() method in ShortcutService.MyShellCommand
DUserManagerService.java3517 public int onCommand(String cmd) { in onCommand() method in UserManagerService.Shell
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarShellCommand.java33 public int onCommand(String cmd) { in onCommand() method in StatusBarShellCommand
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerShellCommand.java43 public int onCommand(String cmd) { in onCommand() method in JobSchedulerShellCommand
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java44 public int onCommand(String cmd) { in onCommand() method in ActivityManagerShellCommand
/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaSessionCompat.java622 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand() method in MediaSessionCompat.Callback
785 public void onCommand(String command, Bundle extras, ResultReceiver cb) { in onCommand() method in MediaSessionCompat.Callback.StubApi21
786 Callback.this.onCommand(command, extras, cb); in onCommand()
2126 cb.onCommand(cmd.command, cmd.extras, cmd.stub); in handleMessage()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerShellCommand.java52 public int onCommand(String cmd) { in onCommand() method in NetworkPolicyManagerShellCommand
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java492 public Bundle onCommand(String action, int x, int y, int z, in onCommand() method in WallpaperService.Engine
980 result = onCommand(cmd.action, cmd.x, cmd.y, cmd.z, in doCommand()
/frameworks/base/services/core/java/com/android/server/
DBatteryService.java645 public int onCommand(String cmd) { in onCommand() method in BatteryService.Shell
DAppOpsService.java1661 public int onCommand(String cmd) { in onCommand() method in AppOpsService.Shell
DDeviceIdleController.java2523 public int onCommand(String cmd) { in onCommand() method in DeviceIdleController.Shell
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java896 mCb.onCommand(command, args, cb); in sendCommand()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2249 public int onCommand(String cmd) { in onCommand() method in InputManagerService.Shell
/frameworks/support/api/
Dcurrent.txt5398 method public void onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt16351 method public void onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver);
27227 …method public android.os.Bundle onCommand(java.lang.String, int, int, int, android.os.Bundle, bool…
/frameworks/base/api/
Dcurrent.txt22616 method public void onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver);
35077 …method public android.os.Bundle onCommand(java.lang.String, int, int, int, android.os.Bundle, bool…
Dsystem-current.txt24219 method public void onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver);
37944 …method public android.os.Bundle onCommand(java.lang.String, int, int, int, android.os.Bundle, bool…

12