/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSessionCallback.aidl | 42 void onCommandRequest(in String cmdType, in Bundle parameters); in onCommandRequest() argument 43 void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters); in onTimeShiftCommandRequest() argument
|
D | ITvInteractiveAppClient.aidl | 43 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
|
D | TvInteractiveAppView.java | 1136 @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()
|
D | TvInteractiveAppManager.java | 396 @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
|
D | TvInteractiveAppService.java | 1127 @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/ |
D | CommandParamsFactory.java | 176 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()
|
D | CatService.java | 805 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/ |
D | TvInteractiveAppManagerService.java | 3861 @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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |