Searched refs:PolicySet (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DSecurityPolicyTests.java104 * Create a Policy using the arguments formerly used to create a PolicySet; this minimizes the
105 * changes needed for re-using the PolicySet unit test logic
479 private boolean policySetEqualsPolicy(PolicySet ps, Policy policy) {
499 PolicySet ps = new PolicySet(flags);
503 ps = new PolicySet(flags);
507 ps = new PolicySet(flags);
513 * The old PolicySet class fields and constructor; we use this to test conversion to the
516 private static class PolicySet { class in class:SecurityPolicyTests
531 private PolicySet(lon method in class:SecurityPolicyTests.PolicySet
[all...]

Completed in 49 milliseconds