Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSessionCallback.aidl42 void onCommandRequest(in String cmdType, in Bundle parameters); in onCommandRequest() argument
43 void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters); in onTimeShiftCommandRequest() argument
DITvInteractiveAppClient.aidl43 void onCommandRequest(in String cmdType, in Bundle parameters, int seq); in onCommandRequest() argument
44 void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters, int seq); in onTimeShiftCommandRequest() argument
DTvInteractiveAppView.java1136 @NonNull @TvInteractiveAppService.PlaybackCommandType String cmdType, in onPlaybackCommandRequest() argument
1150 @NonNull @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
1562 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest() argument
1565 Log.d(TAG, "onCommandRequest (cmdType=" + cmdType + ", parameters=" in onCommandRequest()
1578 mIAppServiceId, cmdType, parameters); in onCommandRequest()
1589 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
1592 Log.d(TAG, "onTimeShiftCommandRequest (cmdType=" + cmdType + ", parameters=" in onTimeShiftCommandRequest()
1605 mIAppServiceId, cmdType, parameters); in onTimeShiftCommandRequest()
DTvInteractiveAppManager.java396 @TvInteractiveAppService.PlaybackCommandType String cmdType, in TvInteractiveAppManager()
405 record.postCommandRequest(cmdType, parameters); in TvInteractiveAppManager()
411 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in TvInteractiveAppManager()
420 record.postTimeShiftCommandRequest(cmdType, parameters); in TvInteractiveAppManager()
2114 final @TvInteractiveAppService.PlaybackCommandType String cmdType, in postCommandRequest() argument
2119 mSessionCallback.onCommandRequest(mSession, cmdType, parameters); in postCommandRequest()
2125 final @TvInteractiveAppService.TimeShiftCommandType String cmdType, in postTimeShiftCommandRequest() argument
2130 mSessionCallback.onTimeShiftCommandRequest(mSession, cmdType, parameters); in postTimeShiftCommandRequest()
2416 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest() argument
2430 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest() argument
DTvInteractiveAppService.java1127 @PlaybackCommandType @NonNull String cmdType, @Nullable Bundle parameters) { in sendPlaybackCommandRequest()
1134 Log.d(TAG, "requestCommand (cmdType=" + cmdType + ", parameters=" in sendPlaybackCommandRequest()
1138 mSessionCallback.onCommandRequest(cmdType, parameters); in sendPlaybackCommandRequest()
1155 @TimeShiftCommandType @NonNull String cmdType, @Nullable Bundle parameters) { in sendTimeShiftCommandRequest()
1162 Log.d(TAG, "requestTimeShiftCommand (cmdType=" + cmdType in sendTimeShiftCommandRequest()
1166 mSessionCallback.onTimeShiftCommandRequest(cmdType, parameters); in sendTimeShiftCommandRequest()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandParamsFactory.java176 AppInterface.CommandType cmdType = AppInterface.CommandType in make() local
178 if (cmdType == null) { in make()
194 switch (cmdType) { in make()
643 AppInterface.CommandType cmdType = AppInterface.CommandType in processSelectItem() local
650 } else if (cmdType == AppInterface.CommandType.SET_UP_MENU) { in processSelectItem()
DCatService.java805 CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand); in encodeOptionalTags() local
806 if (cmdType != null) { in encodeOptionalTags()
807 switch (cmdType) { in encodeOptionalTags()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java3861 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest()
3865 Slogf.d(TAG, "onCommandRequest (cmdType=" + cmdType + ", parameters=" in onCommandRequest()
3872 mSessionState.mClient.onCommandRequest(cmdType, parameters, mSessionState.mSeq); in onCommandRequest()
3881 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
3885 Slogf.d(TAG, "onTimeShiftCommandRequest (cmdType=" + cmdType in onTimeShiftCommandRequest()
3893 cmdType, parameters, mSessionState.mSeq); in onTimeShiftCommandRequest()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...