Home | History | Annotate | Download | only in email

Lines Matching defs:VendorPolicyLoader

37         VendorPolicyLoader.clearInstanceForTest();
44 VendorPolicyLoader pl = new VendorPolicyLoader(getContext(), "no.such.package",
53 assertEquals(false, VendorPolicyLoader.isSystemPackage(c, "no.such.package"));
54 assertEquals(false, VendorPolicyLoader.isSystemPackage(c, mTestApkPackageName));
55 assertEquals(true, VendorPolicyLoader.isSystemPackage(c, "com.android.settings"));
59 * Actually call {@link VendorPolicyLoader#getPolicy}, using MockVendorPolicy as a vendor
64 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());
91 VendorPolicyLoader pl = new VendorPolicyLoader(getContext(), mTestApkPackageName,
112 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());
144 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());