Searched defs:EnterprisePolicyGuardTestable (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/enterprise/
H A DEnterprisePolicyGuardTest.java99 EnterprisePolicyGuard guard = new EnterprisePolicyGuardTestable(getContext(), true);
120 guard = new EnterprisePolicyGuardTestable(context, true);
136 guard = new EnterprisePolicyGuardTestable(context, true);
152 guard = new EnterprisePolicyGuardTestable(context, true);
169 guard = new EnterprisePolicyGuardTestable(context, true);
187 EnterprisePolicyGuard guard = new EnterprisePolicyGuardTestable(context, false);
303 private static class EnterprisePolicyGuardTestable extends EnterprisePolicyGuard { class in class:EnterprisePolicyGuardTest
306 public EnterprisePolicyGuardTestable(Context context, method in class:EnterprisePolicyGuardTest.EnterprisePolicyGuardTestable

Completed in 63 milliseconds