Searched refs:TvInteractiveAppManager (Results 1 – 12 of 12) sorted by relevance
35 import android.media.tv.interactive.TvInteractiveAppManager.Session;36 import android.media.tv.interactive.TvInteractiveAppManager.Session.FinishedInputEventCallback;37 import android.media.tv.interactive.TvInteractiveAppManager.SessionCallback;113 private final TvInteractiveAppManager mTvInteractiveAppManager;193 mTvInteractiveAppManager = (TvInteractiveAppManager) getContext().getSystemService( in TvInteractiveAppView()1165 @TvInteractiveAppManager.InteractiveAppState int state, in onStateChanged()1166 @TvInteractiveAppManager.ErrorCode int err) { in onStateChanged()1193 @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()1616 @TvInteractiveAppManager.InteractiveAppState int state, in onSessionStateChanged()1617 @TvInteractiveAppManager.ErrorCode int err) { in onSessionStateChanged()
407 @TvInteractiveAppManager.ServiceState int state, in notifyStateChanged()408 @TvInteractiveAppManager.ErrorCode int error) { in notifyStateChanged()2046 @TvInteractiveAppManager.InteractiveAppState int state, in notifySessionStateChanged()2047 @TvInteractiveAppManager.ErrorCode int err) { in notifySessionStateChanged()2103 @TvInteractiveAppManager.TeletextAppState int state) { in notifyTeletextAppStateChanged()2170 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2179 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2183 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2187 return TvInteractiveAppManager.Session.DISPATCH_HANDLED; in dispatchInputEvent()2192 return TvInteractiveAppManager.Session.DISPATCH_NOT_HANDLED; in dispatchInputEvent()
693 if (handled != TvInteractiveAppManager.Session.DISPATCH_IN_PROGRESS) { in onInputEvent()695 event, handled == TvInteractiveAppManager.Session.DISPATCH_HANDLED); in onInputEvent()
67 public final class TvInteractiveAppManager { class320 public TvInteractiveAppManager(ITvInteractiveAppManager service, int userId) { in TvInteractiveAppManager() method in TvInteractiveAppManager2697 Session session, @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()
150 import android.media.tv.interactive.TvInteractiveAppManager;1007 registerService(Context.TV_INTERACTIVE_APP_SERVICE, TvInteractiveAppManager.class, in registerService()1008 new CachedServiceFetcher<TvInteractiveAppManager>() { in registerService()1010 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()1016 return new TvInteractiveAppManager(service, ctx.getUserId()); in registerService()
40 import android.media.tv.interactive.TvInteractiveAppManager;3000 private TvInteractiveAppManager.Session mIAppSession;3014 public TvInteractiveAppManager.Session getInteractiveAppSession() {3018 public void setInteractiveAppSession(TvInteractiveAppManager.Session iAppSession) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
5579 android.media.tv.interactive.TvInteractiveAppManager
27975 Landroid/media/tv/interactive/TvInteractiveAppManager;
5583 android.media.tv.interactive.TvInteractiveAppManager
38109 Landroid/media/tv/interactive/TvInteractiveAppManager;
28173 public final class TvInteractiveAppManager {28177 ….util.concurrent.Executor, @NonNull android.media.tv.interactive.TvInteractiveAppManager.TvInterac…28180 …ic void unregisterCallback(@NonNull android.media.tv.interactive.TvInteractiveAppManager.TvInterac…28213 public abstract static class TvInteractiveAppManager.TvInteractiveAppCallback {28214 ctor public TvInteractiveAppManager.TvInteractiveAppCallback();