[TIAF] Fix a bug about recording ID when schedule recording
Bug: 273369119 Test: CTS Change-Id: I20e5aa5eba384f0407d9cf7e5c8e34a7d04dc4f5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user