Searched defs:iAppServiceId (Results  1 – 3 of 3) sorted by relevance
| /packages/apps/TV/src/com/android/tv/interactive/ | 
| D | IAppManager.java | 213         public void onInteractiveAppServiceAdded(String iAppServiceId) {}  in onInteractiveAppServiceAdded()216         public void onInteractiveAppServiceRemoved(String iAppServiceId) {}  in onInteractiveAppServiceRemoved()
 219         public void onInteractiveAppServiceUpdated(String iAppServiceId) {}  in onInteractiveAppServiceUpdated()
 222         public void onTvInteractiveAppServiceStateChanged(String iAppServiceId, int type, int state,  in onTvInteractiveAppServiceStateChanged()
 237         public void onPlaybackCommandRequest(String iAppServiceId, String cmdType,  in onPlaybackCommandRequest()
 314         public void onStateChanged(String iAppServiceId, int state, int err) {  in onStateChanged()
 318         public void onBiInteractiveAppCreated(String iAppServiceId, Uri biIAppUri,  in onBiInteractiveAppCreated()
 322         public void onTeletextAppStateChanged(String iAppServiceId, int state) {}  in onTeletextAppStateChanged()
 325         public void onSetVideoBounds(String iAppServiceId, Rect rect) {  in onSetVideoBounds()
 335         public void onRequestCurrentVideoBounds(@NonNull String iAppServiceId) {  in onRequestCurrentVideoBounds()
 [all …]
 
 | 
| /packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/ | 
| D | SampleTvInteractiveAppService.java | 31     public Session onCreateSession(String iAppServiceId, int type) {  in onCreateSession()
 | 
| D | TiasSessionImpl.java | 117     public TiasSessionImpl(Context context, String iAppServiceId, int type) {  in TiasSessionImpl()
 |