Searched refs:attachBaseContext (Results 1 - 12 of 12) 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/multidex/library/resources/JACK-INF/
H A DlegacyMultidexInstallation.jpp47 method void attachBaseContext(class android.content.Context)
/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/app/
H A DService.java702 attachBaseContext(context);
H A DApplication.java181 attachBaseContext(context);
H A DActivity.java5928 attachBaseContext(context);
/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/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java158 attachBaseContext(base);
H A DNextAlarmConditionProvider.java127 attachBaseContext(base);
H A DDowntimeConditionProvider.java105 attachBaseContext(base);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java602 attachBaseContext(context);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java64 protected void attachBaseContext(Context base) { method in class:ContextWrapper

Completed in 205 milliseconds