Merge "[TIAF] Fix a bug about recording ID when schedule recording" into udc-dev

This commit is contained in:
Shubang Lu
2023-03-23 18:46:48 +00:00
committed by Android (Google) Code Review

View File

@@ -2887,7 +2887,7 @@ public class TvInteractiveAppManagerService extends SystemService {
}
@Override
public void onRequestScheduleRecording2(String inputId, String requestId, Uri channelUri,
public void onRequestScheduleRecording2(String requestId, String inputId, Uri channelUri,
long start, long duration, int repeat, Bundle params) {
synchronized (mLock) {
if (DEBUG) {