Searched refs:attachBaseContext (Results 1 - 21 of 21) 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/jack-meta/
H A DlegacyMultidexInstallation.jpp47 method void attachBaseContext(class android.content.Context)
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DTestImsService.java38 attachBaseContext(context);
/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java56 protected void attachBaseContext(Context base) { method in class:RecommendationService
57 super.attachBaseContext(base);
/frameworks/base/core/java/android/permissionpresenterservice/
H A DRuntimePermissionPresenterService.java63 public final void attachBaseContext(Context base) { method in class:RuntimePermissionPresenterService
64 super.attachBaseContext(base);
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java41 * using {@link #attachBaseContext(Context)} before calling any other
79 protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
80 super.attachBaseContext(newBase);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java50 * using {@link #attachBaseContext(Context)} before calling any other
88 protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
89 super.attachBaseContext(newBase);
/frameworks/base/core/java/android/app/
H A DInstantAppResolverService.java83 public final void attachBaseContext(Context base) { method in class:InstantAppResolverService
84 super.attachBaseContext(base);
H A DService.java761 attachBaseContext(context);
H A DApplication.java189 attachBaseContext(context);
H A DActivity.java950 protected void attachBaseContext(Context newBase) { method in class:Activity
951 super.attachBaseContext(newBase);
6942 attachBaseContext(context);
/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java57 protected void attachBaseContext(Context base) { method in class:NotificationAssistantService
58 super.attachBaseContext(base);
H A DNotificationListenerService.java291 protected void attachBaseContext(Context base) { method in class:NotificationListenerService
292 super.attachBaseContext(base);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityTest.java63 attachBaseContext(baseContext);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java282 protected final void attachBaseContext(Context base) { method in class:PrintService
283 super.attachBaseContext(base);
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaBrowserServiceCompatApi21.java113 attachBaseContext(context);
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java73 attachBaseContext(base);
H A DEventConditionProvider.java171 attachBaseContext(base);
H A DScheduleConditionProvider.java153 attachBaseContext(base);
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java901 attachBaseContext(context);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java68 protected void attachBaseContext(Context base) { method in class:ContextWrapper

Completed in 3076 milliseconds