Home | History | Annotate | Download | only in server

Lines Matching refs:baseContext

285     private static String idDebugString(Context baseContext, String packageName, int id) {
290 c = baseContext.createPackageContext(packageName, 0);
292 c = baseContext;
295 c = baseContext;
332 void dump(PrintWriter pw, String prefix, Context baseContext) {
335 + " / " + idDebugString(baseContext, this.pkg, notification.icon));