Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppView.java33 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()
H A DTvInteractiveAppService.java400 @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()
H A DITvInteractiveAppSessionWrapper.java657 if (handled != TvInteractiveAppManager.Session.DISPATCH_IN_PROGRESS) { in onInputEvent()
659 event, handled == TvInteractiveAppManager.Session.DISPATCH_HANDLED); in onInputEvent()
H A DTvInteractiveAppManager.java67 public final class TvInteractiveAppManager { class
320 public TvInteractiveAppManager(ITvInteractiveAppManager service, int userId) { in TvInteractiveAppManager() method in TvInteractiveAppManager
2553 Session session, @TvInteractiveAppManager.TeletextAppState int state) { in onTeletextAppStateChanged()
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java140 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()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java36 import android.media.tv.interactive.TvInteractiveAppManager;
2704 private TvInteractiveAppManager.Session mIAppSession;
2717 public TvInteractiveAppManager.Session getInteractiveAppSession() {
2721 public void setInteractiveAppSession(TvInteractiveAppManager.Session iAppSession) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5437 android.media.tv.interactive.TvInteractiveAppManager
H A Dboot-image-profile.txt28224 Landroid/media/tv/interactive/TvInteractiveAppManager;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5441 android.media.tv.interactive.TvInteractiveAppManager
H A Dboot-image-profile.txt38331 Landroid/media/tv/interactive/TvInteractiveAppManager;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27683 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();