Searched refs:baseContext (Results 1 – 2 of 2) sorted by relevance
100 void dump(PrintWriter pw, String prefix, Context baseContext) { in dump() argument105 + " / " + idDebugString(baseContext, sbn.getPackageName(), notification.icon)); in dump()173 static String idDebugString(Context baseContext, String packageName, int id) { in idDebugString() argument178 c = baseContext.createPackageContext(packageName, 0); in idDebugString()180 c = baseContext; in idDebugString()183 c = baseContext; in idDebugString()
2338 Context baseContext = appContext; in createBaseContextForActivity() local2345 baseContext = appContext.createDisplayContext(display); in createBaseContextForActivity()2359 baseContext = appContext.createDisplayContext(display); in createBaseContextForActivity()2364 return baseContext; in createBaseContextForActivity()