Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DContentRecordingSession.java103 .setContentToRecord(RECORD_CONTENT_DISPLAY); in createDisplaySession()
111 return new ContentRecordingSession().setContentToRecord(RECORD_CONTENT_TASK) in createTaskSession()
267 public @NonNull ContentRecordingSession setContentToRecord(@RecordContent int value) { in setContentToRecord() method in ContentRecordingSession
467 public @NonNull Builder setContentToRecord(@RecordContent int value) { in setContentToRecord() method in ContentRecordingSession.Builder