Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl73 void notifyRecordingStarted(in String recordingId, in String requestId); in notifyRecordingStarted() method
H A DITvInteractiveAppManager.aidl94 void notifyRecordingStarted(in IBinder sessionToken, in String recordingId, String requestId, in notifyRecordingStarted() method
H A DITvInteractiveAppSessionWrapper.java210 mSessionImpl.notifyRecordingStarted((String) args.arg1, (String) args.arg2); in executeMessage()
559 public void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java682 public void notifyRecordingStarted(@NonNull String recordingId, @Nullable String requestId) { in notifyRecordingStarted() method in TvInteractiveAppView
687 mSession.notifyRecordingStarted(recordingId, requestId); in notifyRecordingStarted()
H A DTvInteractiveAppManager.java1272 void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in TvInteractiveAppManager.Session
1278 mService.notifyRecordingStarted(mToken, recordingId, requestId, mUserId); in notifyRecordingStarted()
H A DTvInteractiveAppService.java1798 void notifyRecordingStarted(String recordingId, String requestId) { in notifyRecordingStarted() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1143 public void notifyRecordingStarted(IBinder sessionToken, String recordingId, in notifyRecordingStarted() method in TvInteractiveAppManagerService.BinderService
1155 getSessionLocked(sessionState).notifyRecordingStarted( in notifyRecordingStarted()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27882 method public void notifyRecordingStarted(@NonNull String, @Nullable String);