Home
last modified time | relevance | path

Searched refs:TvInteractiveAppManager (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppView.java35 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()
DTvInteractiveAppService.java407 @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()
DITvInteractiveAppSessionWrapper.java693 if (handled != TvInteractiveAppManager.Session.DISPATCH_IN_PROGRESS) { in onInputEvent()
695 event, handled == TvInteractiveAppManager.Session.DISPATCH_HANDLED); in onInputEvent()
DTvInteractiveAppManager.java67 public final class TvInteractiveAppManager { class
320 public TvInteractiveAppManager(ITvInteractiveAppManager service, int userId) { in TvInteractiveAppManager() method in TvInteractiveAppManager
2697 Session session, @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java150 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()
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java40 import android.media.tv.interactive.TvInteractiveAppManager;
3000 private TvInteractiveAppManager.Session mIAppSession;
3014 public TvInteractiveAppManager.Session getInteractiveAppSession() {
3018 public void setInteractiveAppSession(TvInteractiveAppManager.Session iAppSession) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dpreloaded-classes5579 android.media.tv.interactive.TvInteractiveAppManager
Dboot-image-profile.txt27975 Landroid/media/tv/interactive/TvInteractiveAppManager;
/frameworks/base/config/
Dpreloaded-classes5583 android.media.tv.interactive.TvInteractiveAppManager
Dboot-image-profile.txt38109 Landroid/media/tv/interactive/TvInteractiveAppManager;
/frameworks/base/core/api/
Dcurrent.txt28173 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();