Searched refs:attachBaseContext (Results 1 - 25 of 25) sorted by relevance

/frameworks/multidex/library/src/androidx/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.java40 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/main/java/androidx/appcompat/view/
H A DContextThemeWrapper.java44 * using {@link #attachBaseContext(Context)} before calling any other
82 protected void attachBaseContext(Context newBase) { method in class:ContextThemeWrapper
83 super.attachBaseContext(newBase);
/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.java312 protected void attachBaseContext(Context base) { method in class:NotificationListenerService
313 super.attachBaseContext(base);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityTest.java63 attachBaseContext(baseContext);
/frameworks/base/core/java/android/app/
H A DInstantAppResolverService.java149 public final void attachBaseContext(Context base) { method in class:InstantAppResolverService
150 super.attachBaseContext(base);
H A DService.java757 attachBaseContext(context);
H A DApplication.java212 attachBaseContext(context);
H A DActivity.java980 protected void attachBaseContext(Context newBase) { method in class:Activity
981 super.attachBaseContext(newBase);
7051 attachBaseContext(context);
/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/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetectionService.java87 protected final void attachBaseContext(Context base) { method in class:SoundTriggerDetectionService
88 super.attachBaseContext(base);
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/view/
H A DContextThemeWrapperTest.java110 // As ContextThemeWrapper is a context, we will attachBaseContext to
113 attachBaseContext(new ContextThemeWrapper(mContext,
116 fail("test attachBaseContext fail");
120 attachBaseContext(new ContextThemeWrapper());
121 fail("test attachBaseContext fail");
/frameworks/support/media/api21/androidx/media/
H A DMediaBrowserServiceCompatApi21.java114 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.java964 attachBaseContext(context);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java70 protected void attachBaseContext(Context base) { method in class:ContextWrapper
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaBrowserServiceCompat.java1105 * {@link Service#attachBaseContext(Context)}.
1107 * Note that we cannot simply override {@link Service#attachBaseContext(Context)} and hide it
1115 attachBaseContext(base);
/frameworks/base/config/
H A Dboot-image-profile.txt670 HPLandroid/app/InstantAppResolverService;->attachBaseContext(Landroid/content/Context;)V
3560 HPLandroid/media/soundtrigger/SoundTriggerDetectionService;->attachBaseContext(Landroid/content/Context;)V
[all...]

Completed in 2458 milliseconds