Home
last modified time | relevance | path

Searched refs:ITvInteractiveAppManager (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppManager.aidl38 interface ITvInteractiveAppManager { interface
H A DTvInteractiveAppManager.java301 private final ITvInteractiveAppManager mService;
320 public TvInteractiveAppManager(ITvInteractiveAppManager service, int userId) { in TvInteractiveAppManager()
1045 private final ITvInteractiveAppManager mService;
1062 private Session(IBinder token, InputChannel channel, ITvInteractiveAppManager service, in Session()
/aosp14/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java139 import android.media.tv.interactive.ITvInteractiveAppManager;
955 ITvInteractiveAppManager service = in registerService()
956 ITvInteractiveAppManager.Stub.asInterface(iBinder); in registerService()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java43 import android.media.tv.interactive.ITvInteractiveAppManager;
692 private final class BinderService extends ITvInteractiveAppManager.Stub {