Home
last modified time | relevance | path

Searched refs:notifyRecordingScheduled (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl63 void notifyRecordingScheduled(in String recordingId, in String requestId); in notifyRecordingScheduled() method
H A DITvInteractiveAppManager.aidl81 void notifyRecordingScheduled( in notifyRecordingScheduled() method
H A DITvInteractiveAppSessionWrapper.java358 mSessionImpl.notifyRecordingScheduled((String) args.arg1, (String) args.arg2); in executeMessage()
595 public void notifyRecordingScheduled(String recordingId, String requestId) { in notifyRecordingScheduled() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java930 public void notifyRecordingScheduled( in notifyRecordingScheduled() method in TvInteractiveAppView
937 mSession.notifyRecordingScheduled(recordingId, requestId); in notifyRecordingScheduled()
H A DTvInteractiveAppManager.java1417 void notifyRecordingScheduled(@NonNull String recordingId, @Nullable String requestId) { in notifyRecordingScheduled() method in TvInteractiveAppManager.Session
1423 mService.notifyRecordingScheduled(mToken, recordingId, requestId, mUserId); in notifyRecordingScheduled()
H A DTvInteractiveAppService.java1840 void notifyRecordingScheduled(String recordingId, String requestId) { in notifyRecordingScheduled() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1872 public void notifyRecordingScheduled( in notifyRecordingScheduled() method in TvInteractiveAppManagerService.BinderService
1889 getSessionLocked(sessionState).notifyRecordingScheduled( in notifyRecordingScheduled()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27881 method public void notifyRecordingScheduled(@NonNull String, @Nullable String);