Home
last modified time | relevance | path

Searched refs:iAppServiceId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/interactive/
DIAppManager.java213 public void onInteractiveAppServiceAdded(String iAppServiceId) {} in onInteractiveAppServiceAdded() argument
216 public void onInteractiveAppServiceRemoved(String iAppServiceId) {} in onInteractiveAppServiceRemoved() argument
219 public void onInteractiveAppServiceUpdated(String iAppServiceId) {} in onInteractiveAppServiceUpdated() argument
222 public void onTvInteractiveAppServiceStateChanged(String iAppServiceId, int type, int state, in onTvInteractiveAppServiceStateChanged() argument
237 public void onPlaybackCommandRequest(String iAppServiceId, String cmdType, in onPlaybackCommandRequest() argument
314 public void onStateChanged(String iAppServiceId, int state, int err) { in onStateChanged() argument
318 public void onBiInteractiveAppCreated(String iAppServiceId, Uri biIAppUri, in onBiInteractiveAppCreated() argument
322 public void onTeletextAppStateChanged(String iAppServiceId, int state) {} in onTeletextAppStateChanged() argument
325 public void onSetVideoBounds(String iAppServiceId, Rect rect) { in onSetVideoBounds() argument
335 public void onRequestCurrentVideoBounds(@NonNull String iAppServiceId) { in onRequestCurrentVideoBounds() argument
[all …]
/packages/apps/TV/interactive/SampleTvInteractiveAppService/src/com/android/tv/samples/sampletvinteractiveappservice/
DSampleTvInteractiveAppService.java31 public Session onCreateSession(String iAppServiceId, int type) { in onCreateSession() argument
33 Log.d(TAG, "onCreateSession iAppServiceId=" + iAppServiceId + "type=" + type); in onCreateSession()
35 TiasSessionImpl session = new TiasSessionImpl(this, iAppServiceId, type); in onCreateSession()
DTiasSessionImpl.java117 public TiasSessionImpl(Context context, String iAppServiceId, int type) { in TiasSessionImpl() argument
120 Log.d(TAG, "Constructing service with iAppServiceId=" + iAppServiceId in TiasSessionImpl()
124 mAppServiceId = iAppServiceId; in TiasSessionImpl()