Searched defs:commands (Results 51 - 56 of 56) sorted by relevance

123

/frameworks/av/packages/MediaComponents/src/com/android/media/
H A DMediaSession2Impl.java447 @NonNull SessionCommandGroup2 commands) {
451 if (commands == null) {
452 throw new IllegalArgumentException("commands shouldn't be null");
454 mSessionStub.setAllowedCommands(controller, commands);
1077 "android.media.mediasession2.commandgroup.commands";
1196 public static @Nullable SessionCommandGroup2 fromBundle_impl(Bundle commands) { argument
1197 if (commands == null) {
1200 List<Parcelable> list = commands.getParcelableArrayList(KEY_COMMANDS);
1451 throw new IllegalStateException("Custom commands needs icon and"
446 setAllowedCommands_impl(@onNull ControllerInfo controller, @NonNull SessionCommandGroup2 commands) argument
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java204 public boolean[] supportsCommands(String callingPackage, String[] commands) {
206 0, commands, null);
213 return new boolean[commands.length];
1618 * Request to query for what extended commands the session supports.
1620 * @param commands An array of commands that are being queried.
1626 public boolean[] onGetSupportedCommands(String[] commands) { argument
1627 return new boolean[commands.length];
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp1123 Vector<String8> commands; local
1135 commands.add(String8(str8));
1179 for (size_t i=0; i<commands.size(); i++) {
1180 if (commands[i] == data) {
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaSession2.java72 * When a session receive transport control commands, the session sends the commands directly to
293 * @param controller controller to change allowed commands
294 * @param commands new allowed commands
297 @NonNull SessionCommandGroup2 commands) {
298 mImpl.setAllowedCommands(controller, commands);
777 * Callback to be called for all incoming commands from {@link MediaController2}s.
779 * If it's not set, the session will accept all controllers and all incoming commands by
784 * Called when a controller is created for this session. Return allowed commands fo
296 setAllowedCommands(@onNull ControllerInfo controller, @NonNull SessionCommandGroup2 commands) argument
1514 onAllowedCommandsChanged(@onNull SessionCommandGroup2 commands) argument
1555 setAllowedCommands(@onNull ControllerInfo controller, @NonNull SessionCommandGroup2 commands) argument
[all...]
H A DMediaSession2ImplBase.java333 @NonNull final SessionCommandGroup2 commands) {
337 if (commands == null) {
338 throw new IllegalArgumentException("commands shouldn't be null");
340 mSession2Stub.setAllowedCommands(controller, commands);
344 callback.onAllowedCommandsChanged(commands);
332 setAllowedCommands(@onNull ControllerInfo controller, @NonNull final SessionCommandGroup2 commands) argument
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 125 milliseconds

123