Searched refs:TvInteractiveAppManager (Results 1 – 12 of 12) sorted by relevance
33 import android.media.tv.interactive.TvInteractiveAppManager.Session;34 import android.media.tv.interactive.TvInteractiveAppManager.Session.FinishedInputEventCallback;35 import android.media.tv.interactive.TvInteractiveAppManager.SessionCallback;110 private final TvInteractiveAppManager mTvInteractiveAppManager;190 mTvInteractiveAppManager = (TvInteractiveAppManager) getContext().getSystemService( in TvInteractiveAppView()1114 @TvInteractiveAppManager.InteractiveAppState int state, in onStateChanged()1115 @TvInteractiveAppManager.ErrorCode int err) { in onStateChanged()1142 @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()1524 @TvInteractiveAppManager.InteractiveAppState int state, in onSessionStateChanged()1525 @TvInteractiveAppManager.ErrorCode int err) { in onSessionStateChanged()
400 @TvInteractiveAppManager.ServiceState int state, in notifyStateChanged()401 @TvInteractiveAppManager.ErrorCode int error) { in notifyStateChanged()1882 @TvInteractiveAppManager.InteractiveAppState int state, in notifySessionStateChanged()1883 @TvInteractiveAppManager.ErrorCode int err) { in notifySessionStateChanged()1939 @TvInteractiveAppManager.TeletextAppState int state) { in notifyTeletextAppStateChanged()2006 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2015 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2019 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2023 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2028 return TvInteractiveAppManager.Session.DISPATCH_NOT_HANDLED; in dispatchInputEvent()
657 if (handled != TvInteractiveAppManager.Session.DISPATCH_IN_PROGRESS) { in onInputEvent()659 event, handled == TvInteractiveAppManager.Session.DISPATCH_HANDLED); in onInputEvent()
67 public final class TvInteractiveAppManager { class320 public TvInteractiveAppManager(ITvInteractiveAppManager service, int userId) { in TvInteractiveAppManager() method in TvInteractiveAppManager2553 Session session, @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()
140 import android.media.tv.interactive.TvInteractiveAppManager;948 registerService(Context.TV_INTERACTIVE_APP_SERVICE, TvInteractiveAppManager.class, in registerService()949 new CachedServiceFetcher<TvInteractiveAppManager>() { in registerService()951 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()957 return new TvInteractiveAppManager(service, ctx.getUserId()); in registerService()
36 import android.media.tv.interactive.TvInteractiveAppManager;2704 private TvInteractiveAppManager.Session mIAppSession;2717 public TvInteractiveAppManager.Session getInteractiveAppSession() {2721 public void setInteractiveAppSession(TvInteractiveAppManager.Session iAppSession) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5437 android.media.tv.interactive.TvInteractiveAppManager
28224 Landroid/media/tv/interactive/TvInteractiveAppManager;
5441 android.media.tv.interactive.TvInteractiveAppManager
38331 Landroid/media/tv/interactive/TvInteractiveAppManager;
27683 public final class TvInteractiveAppManager {27687 ….util.concurrent.Executor, @NonNull android.media.tv.interactive.TvInteractiveAppManager.TvInterac…27690 …ic void unregisterCallback(@NonNull android.media.tv.interactive.TvInteractiveAppManager.TvInterac…27723 public abstract static class TvInteractiveAppManager.TvInteractiveAppCallback {27724 ctor public TvInteractiveAppManager.TvInteractiveAppCallback();