Searched refs:StringSetPolicyValue (Results 1 – 4 of 4) sorted by relevance
30 public final class StringSetPolicyValue extends PolicyValue<Set<String>> { class32 public StringSetPolicyValue(@NonNull Set<String> value) { in StringSetPolicyValue() method in StringSetPolicyValue36 public StringSetPolicyValue(Parcel source) { in StringSetPolicyValue() method in StringSetPolicyValue53 StringSetPolicyValue other = (StringSetPolicyValue) o; in equals()81 public static final Creator<StringSetPolicyValue> CREATOR =82 new Creator<StringSetPolicyValue>() {84 public StringSetPolicyValue createFromParcel(Parcel source) {85 return new StringSetPolicyValue(source);89 public StringSetPolicyValue[] newArray(int size) {90 return new StringSetPolicyValue[size];
21 import android.app.admin.StringSetPolicyValue;41 return new StringSetPolicyValue(unionOfPolicies); in resolve()
23 import android.app.admin.StringSetPolicyValue;55 return new StringSetPolicyValue(values); in readFromXml()
327 import android.app.admin.StringSetPolicyValue;12337 new StringSetPolicyValue(new HashSet<>(packageList)),20812 new StringSetPolicyValue(packages));20817 new StringSetPolicyValue(packages),24419 new StringSetPolicyValue(24428 new StringSetPolicyValue(24484 new StringSetPolicyValue(new HashSet<>(admin.protectedPackages)));24489 new StringSetPolicyValue(new HashSet<>(admin.protectedPackages)),