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

/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java39 public class VendorPolicyLoader { class
60 private static VendorPolicyLoader sInstance;
64 public static VendorPolicyLoader getInstance(Context context) {
66 // It's okay to instantiate VendorPolicyLoader multiple times. No need to synchronize.
67 sInstance = new VendorPolicyLoader(context);
81 sInstance = new VendorPolicyLoader(context, apkPackageName, name, true);
94 private VendorPolicyLoader(Context context) { method in class:VendorPolicyLoader
102 public VendorPolicyLoader(Context context, String apkPackageName, String className, method in class:VendorPolicyLoader
121 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
124 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader
[all...]

Completed in 64 milliseconds