Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DContentCaptureOptions.java398 @NonNull public final List<List<String>> requiredGroups; field in ContentCaptureOptions.ContentProtectionOptions
437 @NonNull List<List<String>> requiredGroups, in ContentProtectionOptions() argument
442 this.requiredGroups = requiredGroups; in ContentProtectionOptions()
456 .append(requiredGroups.size()) in toString()
471 pw.print(requiredGroups.size()); in dumpShort()
481 writeGroupsToParcel(requiredGroups, parcel); in writeToParcel()
490 List<List<String>> requiredGroups = createGroupsFromParcel(parcel); in createFromParcel() local
496 requiredGroups, in createFromParcel()
/frameworks/base/core/tests/coretests/src/android/content/
DContentCaptureOptionsTest.java147 CONTENT_CAPTURE_OPTIONS.contentProtectionOptions.requiredGroups in testToString()
190 assertThat(actual.contentProtectionOptions.requiredGroups) in testParcelSerializationDeserialization()
192 CONTENT_CAPTURE_OPTIONS.contentProtectionOptions.requiredGroups); in testParcelSerializationDeserialization()
/frameworks/base/core/java/android/view/contentprotection/
DContentProtectionEventProcessor.java97 mGroupsRequired = options.requiredGroups.stream().map(SearchGroup::new).toList(); in ContentProtectionEventProcessor()
/frameworks/base/core/java/android/view/contentcapture/
DMainContentCaptureSession.java1006 && (!mManager.mOptions.contentProtectionOptions.requiredGroups.isEmpty() in isContentProtectionEnabled()
DMainContentCaptureSessionV2.java1103 && (!mManager.mOptions.contentProtectionOptions.requiredGroups.isEmpty() in isContentProtectionEnabled()