Home
last modified time | relevance | path

Searched refs:baseContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/
DNotificationManagerService.java297 private static String idDebugString(Context baseContext, String packageName, int id) { in idDebugString() argument
302 c = baseContext.createPackageContext(packageName, 0); in idDebugString()
304 c = baseContext; in idDebugString()
307 c = baseContext; in idDebugString()
347 void dump(PrintWriter pw, String prefix, Context baseContext) { in dump() argument
350 + " / " + idDebugString(baseContext, this.pkg, notification.icon)); in dump()
/frameworks/base/core/java/android/app/
DActivityThread.java2198 Context baseContext = appContext; in createBaseContextForActivity() local
2206 baseContext = appContext.createDisplayContext(display); in createBaseContextForActivity()
2211 return baseContext; in createBaseContextForActivity()