Home | History | Annotate | Download | only in email

Lines Matching refs:sInstance

58     private static SecurityPolicy sInstance = null;
77 if (sInstance == null) {
78 sInstance = new SecurityPolicy(context.getApplicationContext());
80 return sInstance;