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.java44 @Override protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
45 super.attachBaseContext(newBase);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java244 protected final void attachBaseContext(Context base) { method in class:PrintService
245 super.attachBaseContext(base);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java64 protected void attachBaseContext(Context base) { method in class:ContextWrapper

Completed in 929 milliseconds