Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java100 void dump(PrintWriter pw, String prefix, Context baseContext) { in dump() argument
105 + " / " + idDebugString(baseContext, sbn.getPackageName(), notification.icon)); in dump()
173 static String idDebugString(Context baseContext, String packageName, int id) { in idDebugString() argument
178 c = baseContext.createPackageContext(packageName, 0); in idDebugString()
180 c = baseContext; in idDebugString()
183 c = baseContext; in idDebugString()
/frameworks/base/core/java/android/app/
DActivityThread.java2338 Context baseContext = appContext; in createBaseContextForActivity() local
2345 baseContext = appContext.createDisplayContext(display); in createBaseContextForActivity()
2359 baseContext = appContext.createDisplayContext(display); in createBaseContextForActivity()
2364 return baseContext; in createBaseContextForActivity()