Searched defs:attachBaseContext (Results 1 - 4 of 4) sorted by relevance

/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexApplication.java27 * <li>Have your {@link Application} override attachBaseContext starting with<br>
29 protected void attachBaseContext(Context base) {<br>
30 super.attachBaseContext(base);<br>
37 protected void attachBaseContext(Context base) { method in class:MultiDexApplication
38 super.attachBaseContext(base);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java51 protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
52 super.attachBaseContext(newBase);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java256 protected final void attachBaseContext(Context base) { method in class:PrintService
257 super.attachBaseContext(base);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java65 protected void attachBaseContext(Context base) { method in class:ContextWrapper

Completed in 698 milliseconds