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

/packages/apps/Email/src/com/android/email/
H A DVendorPolicyLoader.java40 public class VendorPolicyLoader { class
61 private static VendorPolicyLoader sInstance;
65 public static VendorPolicyLoader getInstance(Context context) {
67 // It's okay to instantiate VendorPolicyLoader multiple times. No need to synchronize.
68 sInstance = new VendorPolicyLoader(context);
82 sInstance = new VendorPolicyLoader(context, apkPackageName, name, true);
95 private VendorPolicyLoader(Context context) { method in class:VendorPolicyLoader
103 /* package */ VendorPolicyLoader(Context context, String apkPackageName, String className, method in class:VendorPolicyLoader
122 Log.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
125 Log.w(Logging.LOG_TAG, "VendorPolicyLoader
[all...]

Completed in 51 milliseconds