/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 58 void notifyTimeShiftCurrentPositionChanged(in String inputId, long timeMs); in notifyTimeShiftCurrentPositionChanged() method
|
H A D | ITvInteractiveAppManager.aidl | 71 void notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 326 mSessionImpl.notifyTimeShiftCurrentPositionChanged( in executeMessage() 500 public void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in ITvInteractiveAppSessionWrapper
|
H A D | TvInteractiveAppView.java | 817 public void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppView 823 mSession.notifyTimeShiftCurrentPositionChanged(inputId, timeMs); in notifyTimeShiftCurrentPositionChanged()
|
H A D | TvInteractiveAppManager.java | 1357 void notifyTimeShiftCurrentPositionChanged(@NonNull String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppManager.Session 1363 mService.notifyTimeShiftCurrentPositionChanged(mToken, inputId, timeMs, mUserId); in notifyTimeShiftCurrentPositionChanged()
|
H A D | TvInteractiveAppService.java | 1868 void notifyTimeShiftCurrentPositionChanged(String inputId, long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppService.Session
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputService.java | 1088 private void notifyTimeShiftCurrentPositionChanged(final long timeMs) { in notifyTimeShiftCurrentPositionChanged() method in TvInputService.Session 2189 notifyTimeShiftCurrentPositionChanged(currentPositionMs); in run()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 1727 public void notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged() method in TvInteractiveAppManagerService.BinderService 1744 getSessionLocked(sessionState).notifyTimeShiftCurrentPositionChanged( in notifyTimeShiftCurrentPositionChanged()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27884 method public void notifyTimeShiftCurrentPositionChanged(@NonNull String, long);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 31629 Landroid/media/tv/TvInputService$Session;->notifyTimeShiftCurrentPositionChanged(J)V
|