Searched refs:requiredGroups (Results 1 – 5 of 5) sorted by relevance
398 @NonNull public final List<List<String>> requiredGroups; field in ContentCaptureOptions.ContentProtectionOptions437 @NonNull List<List<String>> requiredGroups, in ContentProtectionOptions() argument442 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() local496 requiredGroups, in createFromParcel()
147 CONTENT_CAPTURE_OPTIONS.contentProtectionOptions.requiredGroups in testToString()190 assertThat(actual.contentProtectionOptions.requiredGroups) in testParcelSerializationDeserialization()192 CONTENT_CAPTURE_OPTIONS.contentProtectionOptions.requiredGroups); in testParcelSerializationDeserialization()
97 mGroupsRequired = options.requiredGroups.stream().map(SearchGroup::new).toList(); in ContentProtectionEventProcessor()
1006 && (!mManager.mOptions.contentProtectionOptions.requiredGroups.isEmpty() in isContentProtectionEnabled()
1103 && (!mManager.mOptions.contentProtectionOptions.requiredGroups.isEmpty() in isContentProtectionEnabled()