Searched refs:TvInteractiveAppService (Results 1 – 10 of 10) sorted by relevance
92 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()
396 @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()
1136 @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()
85 public abstract class TvInteractiveAppService extends Service { class2416 TvInteractiveAppService.this, sessionImpl, channel); in handleMessage()
30 import android.media.tv.interactive.TvInteractiveAppService.Session;
42 import android.media.tv.interactive.TvInteractiveAppService;659 public void stopPlayback(@TvInteractiveAppService.PlaybackCommandStopMode int mode) { in stopPlayback()
40 import android.media.tv.interactive.TvInteractiveAppService;1622 public void onStopPlayback(@TvInteractiveAppService.PlaybackCommandStopMode int mode) { in onStopPlayback()
59 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()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
28221 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);