Home | History | Annotate | Download | only in server

Lines Matching refs:baseContext

463     private static String idDebugString(Context baseContext, String packageName, int id) {
468 c = baseContext.createPackageContext(packageName, 0);
470 c = baseContext;
473 c = baseContext;
925 void dump(PrintWriter pw, String prefix, Context baseContext) {
930 + " / " + idDebugString(baseContext, sbn.getPackageName(), notification.icon));