Home | History | Annotate | Download | only in email

Lines Matching defs:VendorPolicyLoader

24 import com.android.emailcommon.VendorPolicyLoader;
25 import com.android.emailcommon.VendorPolicyLoader.Provider;
40 VendorPolicyLoader.clearInstanceForTest();
47 VendorPolicyLoader pl = new VendorPolicyLoader(getContext(), "no.such.package",
56 assertEquals(false, VendorPolicyLoader.isSystemPackage(c, "no.such.package"));
57 assertEquals(false, VendorPolicyLoader.isSystemPackage(c, mTestApkPackageName));
58 assertEquals(true, VendorPolicyLoader.isSystemPackage(c, "com.android.settings"));
62 * Actually call {@link VendorPolicyLoader#getPolicy}, using MockVendorPolicy as a vendor
67 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());
94 VendorPolicyLoader pl = new VendorPolicyLoader(getContext(), mTestApkPackageName,
115 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());
147 VendorPolicyLoader pl = VendorPolicyLoader.getInstance(getContext());