Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl56 void notifyTimeShiftStatusChanged(in String inputId, int status); in notifyTimeShiftStatusChanged() method
H A DITvInteractiveAppManager.aidl67 void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method
H A DITvInteractiveAppSessionWrapper.java313 mSessionImpl.notifyTimeShiftStatusChanged((String) args.arg1, (Integer) args.arg2); in executeMessage()
488 public void notifyTimeShiftStatusChanged(@NonNull String inputId, int status) { in notifyTimeShiftStatusChanged() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java780 public void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method in TvInteractiveAppView
787 mSession.notifyTimeShiftStatusChanged(inputId, status); in notifyTimeShiftStatusChanged()
H A DTvInteractiveAppManager.java1332 void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method in TvInteractiveAppManager.Session
1339 mService.notifyTimeShiftStatusChanged(mToken, inputId, status, mUserId); in notifyTimeShiftStatusChanged()
H A DTvInteractiveAppService.java1854 void notifyTimeShiftStatusChanged(String inputId, int status) { in notifyTimeShiftStatusChanged() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java943 public void notifyTimeShiftStatusChanged(@TvInputManager.TimeShiftStatus final int status) { in notifyTimeShiftStatusChanged() method in TvInputService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1670 public void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method in TvInteractiveAppManagerService.BinderService
1686 getSessionLocked(sessionState).notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged()
/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/core/api/
H A Dcurrent.txt27454 method public void notifyTimeShiftStatusChanged(int);
27887 method public void notifyTimeShiftStatusChanged(@NonNull String, int);