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

/packages/apps/Email/src/com/android/email/
H A DVendorPolicyLoader.java41 public class VendorPolicyLoader { class
62 private static VendorPolicyLoader sInstance;
66 public static VendorPolicyLoader getInstance(Context context) {
68 // It's okay to instantiate VendorPolicyLoader multiple times. No need to synchronize.
69 sInstance = new VendorPolicyLoader(context);
83 sInstance = new VendorPolicyLoader(context, apkPackageName, name, true);
96 private VendorPolicyLoader(Context context) { method in class:VendorPolicyLoader
104 /* package */ VendorPolicyLoader(Context context, String apkPackageName, String className, method in class:VendorPolicyLoader
123 Log.w(Email.LOG_TAG, "VendorPolicyLoader: " + e);
126 Log.w(Email.LOG_TAG, "VendorPolicyLoader
[all...]

Completed in 31 milliseconds