[TIAF] Fix a bug about recording ID when schedule recording

Bug: 273369119
Test: CTS
Change-Id: I20e5aa5eba384f0407d9cf7e5c8e34a7d04dc4f5
This commit is contained in:
shubang
2023-03-22 18:33:52 -07:00
parent 836eac8a78
commit c7099a4ae6

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) {