/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 56 void notifyTimeShiftStatusChanged(in String inputId, int status); in notifyTimeShiftStatusChanged() method
|
H A D | ITvInteractiveAppManager.aidl | 67 void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 313 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 D | TvInteractiveAppView.java | 780 public void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method in TvInteractiveAppView 787 mSession.notifyTimeShiftStatusChanged(inputId, status); in notifyTimeShiftStatusChanged()
|
H A D | TvInteractiveAppManager.java | 1332 void notifyTimeShiftStatusChanged( in notifyTimeShiftStatusChanged() method in TvInteractiveAppManager.Session 1339 mService.notifyTimeShiftStatusChanged(mToken, inputId, status, mUserId); in notifyTimeShiftStatusChanged()
|
H A D | TvInteractiveAppService.java | 1854 void notifyTimeShiftStatusChanged(String inputId, int status) { in notifyTimeShiftStatusChanged() method in TvInteractiveAppService.Session
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputService.java | 943 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 D | TvInteractiveAppManagerService.java | 1670 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27454 method public void notifyTimeShiftStatusChanged(int); 27887 method public void notifyTimeShiftStatusChanged(@NonNull String, int);
|