Searched refs:notifyRecordingScheduled (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 63 void notifyRecordingScheduled(in String recordingId, in String requestId); in notifyRecordingScheduled() method
|
H A D | ITvInteractiveAppManager.aidl | 81 void notifyRecordingScheduled( in notifyRecordingScheduled() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 358 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 D | TvInteractiveAppView.java | 930 public void notifyRecordingScheduled( in notifyRecordingScheduled() method in TvInteractiveAppView 937 mSession.notifyRecordingScheduled(recordingId, requestId); in notifyRecordingScheduled()
|
H A D | TvInteractiveAppManager.java | 1417 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 D | TvInteractiveAppService.java | 1840 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 D | TvInteractiveAppManagerService.java | 1872 public void notifyRecordingScheduled( in notifyRecordingScheduled() method in TvInteractiveAppManagerService.BinderService 1889 getSessionLocked(sessionState).notifyRecordingScheduled( in notifyRecordingScheduled()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27881 method public void notifyRecordingScheduled(@NonNull String, @Nullable String);
|