Home
last modified time | relevance | path

Searched refs:programUri (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java185 public void startRecording(@Nullable Uri programUri) { in startRecording() argument
186 startRecording(programUri, Bundle.EMPTY); in startRecording()
212 public void startRecording(@Nullable Uri programUri, @NonNull Bundle params) { in startRecording() argument
221 mSession.startRecording(programUri, params); in startRecording()
H A DITvInputSession.aidl59 void startRecording(in Uri programUri, in Bundle params); in startRecording() argument
H A DITvInputSessionWrapper.java366 public void startRecording(@Nullable Uri programUri, @Nullable Bundle params) { in startRecording() argument
367 mCaller.executeOrSendMessage(mCaller.obtainMessageOO(DO_START_RECORDING, programUri, in startRecording()
H A DTvInputService.java1835 public abstract void onStartRecording(@Nullable Uri programUri); in onStartRecording() argument
1857 public void onStartRecording(@Nullable Uri programUri, @NonNull Bundle params) { in onStartRecording() argument
1858 onStartRecording(programUri); in onStartRecording()
1936 void startRecording(@Nullable Uri programUri, @NonNull Bundle params) { in startRecording() argument
1937 onStartRecording(programUri, params); in startRecording()
H A DITvInputManager.aidl95 void startRecording(in IBinder sessionToken, in Uri programUri, in Bundle params, int userId); in startRecording() argument
H A DTvInputManager.java2488 void startRecording(@Nullable Uri programUri) {
2489 startRecording(programUri, null);
2499 void startRecording(@Nullable Uri programUri, @Nullable Bundle params) {
2505 mService.startRecording(mToken, programUri, params, mUserId);
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerRecordingSessionWorker.java265 public void startRecording(@Nullable Uri programUri) { in startRecording() argument
266 mHandler.obtainMessage(MSG_START_RECORDING, programUri).sendToTarget(); in startRecording()
457 private boolean doStartRecording(@Nullable Uri programUri) { in doStartRecording() argument
482 mProgramUri = programUri; in doStartRecording()
561 Uri programUri = mProgramUri; in getRecordedProgram() local
564 programUri = TvContract.buildProgramsUriForChannel(mChannel.getChannelId(), avg, avg); in getRecordedProgram()
568 try (Cursor c = resolver.query(programUri, projection, null, null, SORT_BY_TIME)) { in getRecordedProgram()
583 if (DEBUG) Log.d(TAG, "Can not find program:" + programUri); in getRecordedProgram()
H A DTunerRecordingSessionWorkerExoV2.java266 public void startRecording(@Nullable Uri programUri) { in startRecording() argument
267 mHandler.obtainMessage(MSG_START_RECORDING, programUri).sendToTarget(); in startRecording()
460 private boolean doStartRecording(@Nullable Uri programUri) { in doStartRecording() argument
485 mProgramUri = programUri; in doStartRecording()
564 Uri programUri = mProgramUri; in getRecordedProgram() local
567 programUri = TvContract.buildProgramsUriForChannel(mChannel.getChannelId(), avg, avg); in getRecordedProgram()
571 try (Cursor c = resolver.query(programUri, projection, null, null, SORT_BY_TIME)) { in getRecordedProgram()
586 if (DEBUG) Log.d(TAG, "Can not find program:" + programUri); in getRecordedProgram()
H A DTunerRecordingSessionExoV2.java84 public void onStartRecording(@Nullable Uri programUri) { in onStartRecording() argument
88 mSessionWorker.startRecording(programUri); in onStartRecording()
H A DTunerRecordingSession.java84 public void onStartRecording(@Nullable Uri programUri) { in onStartRecording() argument
88 mSessionWorker.startRecording(programUri); in onStartRecording()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DPreviewDataManager.java438 Uri programUri = in doInBackground() local
444 if (programUri != null) { in doInBackground()
445 long previewProgramId = ContentUris.parseId(programUri); in doInBackground()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
H A DFakeTvProvider.java1657 Uri programUri = TvContractCompat.buildProgramUri(rowId); in insertProgram() local
1658 notifyChange(programUri); in insertProgram()
1659 return programUri; in insertProgram()
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTvProvider.java1503 Uri programUri = TvContract.buildProgramUri(rowId); in insertProgram() local
1504 notifyChange(programUri); in insertProgram()
1505 return programUri; in insertProgram()
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1952 public void startRecording(IBinder sessionToken, @Nullable Uri programUri, in startRecording() argument
1962 programUri, params); in startRecording()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...