Home
last modified time | relevance | path

Searched refs:TvInteractiveAppService (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppServiceInfo.java92 new Intent(TvInteractiveAppService.SERVICE_INTERFACE).setComponent(component); in TvInteractiveAppServiceInfo()
217 si.loadXmlMetaData(pm, TvInteractiveAppService.SERVICE_META_DATA)) { in parseServiceMetadata()
220 "No " + TvInteractiveAppService.SERVICE_META_DATA in parseServiceMetadata()
240 com.android.internal.R.styleable.TvInteractiveAppService); in parseServiceMetadata()
DTvInteractiveAppManager.java396 @TvInteractiveAppService.PlaybackCommandType String cmdType, in TvInteractiveAppManager()
411 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in TvInteractiveAppManager()
2114 final @TvInteractiveAppService.PlaybackCommandType String cmdType, in postCommandRequest()
2125 final @TvInteractiveAppService.TimeShiftCommandType String cmdType, in postTimeShiftCommandRequest()
2416 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest()
2430 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
DTvInteractiveAppView.java1136 @NonNull @TvInteractiveAppService.PlaybackCommandType String cmdType, in onPlaybackCommandRequest()
1150 @NonNull @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
1562 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest()
1589 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
DTvInteractiveAppService.java85 public abstract class TvInteractiveAppService extends Service { class
2416 TvInteractiveAppService.this, sessionImpl, channel); in handleMessage()
DITvInteractiveAppSessionWrapper.java30 import android.media.tv.interactive.TvInteractiveAppService.Session;
/frameworks/base/media/java/android/media/tv/
DTvView.java42 import android.media.tv.interactive.TvInteractiveAppService;
659 public void stopPlayback(@TvInteractiveAppService.PlaybackCommandStopMode int mode) { in stopPlayback()
DTvInputService.java40 import android.media.tv.interactive.TvInteractiveAppService;
1622 public void onStopPlayback(@TvInteractiveAppService.PlaybackCommandStopMode int mode) { in onStopPlayback()
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java59 import android.media.tv.interactive.TvInteractiveAppService;
188 new Intent(TvInteractiveAppService.SERVICE_INTERFACE), in buildTvInteractiveAppServiceListLocked()
3241 new Intent(TvInteractiveAppService.SERVICE_INTERFACE).setComponent(component); in updateServiceConnectionLocked()
3861 @TvInteractiveAppService.PlaybackCommandType String cmdType, in onCommandRequest()
3881 @TvInteractiveAppService.TimeShiftCommandType String cmdType, in onTimeShiftCommandRequest()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt28221 public abstract class TvInteractiveAppService extends android.app.Service {
28222 ctor public TvInteractiveAppService();
28226 …method @Nullable public abstract android.media.tv.interactive.TvInteractiveAppService.Session onCr…
28248 …lic static final String SERVICE_INTERFACE = "android.media.tv.interactive.TvInteractiveAppService";
28258 …public abstract static class TvInteractiveAppService.Session implements android.view.KeyEvent.Call…
28259 ctor public TvInteractiveAppService.Session(@NonNull android.content.Context);