Home | History | Annotate | Download | only in email

Lines Matching defs:VendorPolicyLoader

40 public class VendorPolicyLoader {
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) {
103 /* package */ VendorPolicyLoader(Context context, String apkPackageName, String className,
122 Log.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
125 Log.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e);
152 Log.w(Logging.LOG_TAG, "VendorPolicyLoader", e);