Searched defs:cmdType (Results  1 – 8 of 8) sorted by relevance
| /frameworks/base/media/java/android/media/tv/interactive/ | 
| D | ITvInteractiveAppSessionCallback.aidl | 42     void onCommandRequest(in String cmdType, in Bundle parameters);  in onCommandRequest()43     void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters);  in onTimeShiftCommandRequest()
 
 | 
| D | ITvInteractiveAppClient.aidl | 43     void onCommandRequest(in String cmdType, in Bundle parameters, int seq);  in onCommandRequest()44     void onTimeShiftCommandRequest(in String cmdType, in Bundle parameters, int seq);  in onTimeShiftCommandRequest()
 
 | 
| D | TvInteractiveAppView.java | 1168                 @NonNull @TvInteractiveAppService.PlaybackCommandType String cmdType,  in onPlaybackCommandRequest()1182                 @NonNull @TvInteractiveAppService.TimeShiftCommandType String cmdType,  in onTimeShiftCommandRequest()
 1594                 @TvInteractiveAppService.PlaybackCommandType String cmdType,  in onCommandRequest()
 1621                 @TvInteractiveAppService.TimeShiftCommandType String cmdType,  in onTimeShiftCommandRequest()
 
 | 
| D | TvInteractiveAppManager.java | 2114                 final @TvInteractiveAppService.PlaybackCommandType String cmdType,  in postCommandRequest()2125                 final @TvInteractiveAppService.TimeShiftCommandType String cmdType,  in postTimeShiftCommandRequest()
 2416                 @TvInteractiveAppService.PlaybackCommandType String cmdType,  in onCommandRequest()
 2430                 @TvInteractiveAppService.TimeShiftCommandType String cmdType,  in onTimeShiftCommandRequest()
 
 | 
| D | TvInteractiveAppService.java | 1126         public void sendPlaybackCommandRequest(  in sendPlaybackCommandRequest()1154         public void sendTimeShiftCommandRequest(  in sendTimeShiftCommandRequest()
 
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ | 
| D | CommandParamsFactory.java | 176         AppInterface.CommandType cmdType = AppInterface.CommandType  in make()  local643         AppInterface.CommandType cmdType = AppInterface.CommandType  in processSelectItem()  local
 
 | 
| D | CatService.java | 823         CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);  in encodeOptionalTags()  local
 | 
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ | 
| D | TvInteractiveAppManagerService.java | 3867         public void onCommandRequest(  in onCommandRequest()3887         public void onTimeShiftCommandRequest(  in onTimeShiftCommandRequest()
 
 |