Home
last modified time | relevance | path

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

12

/frameworks/multidex/library/src/androidx/multidex/
DMultiDexApplication.java37 protected void attachBaseContext(Context base) { in attachBaseContext() method in MultiDexApplication
38 super.attachBaseContext(base); in attachBaseContext()
/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/
DLoaderActivityIsolated.java26 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in LoaderActivityIsolated
27 super.attachBaseContext(newBase); in attachBaseContext()
DLoaderActivity.java27 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in LoaderActivity
28 super.attachBaseContext(newBase); in attachBaseContext()
/frameworks/libs/systemui/weathereffects/debug/src/com/google/android/wallpaper/weathereffects/
DWallpaperEffectsDebugApplication.kt27 override fun attachBaseContext(base: Context?) { in attachBaseContext() method in com.google.android.wallpaper.weathereffects.WallpaperEffectsDebugApplication
28 super.attachBaseContext(base) in attachBaseContext()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryJobService.java84 protected void attachBaseContext(Context base) { in attachBaseContext() method in NotificationHistoryJobService
85 super.attachBaseContext(base); in attachBaseContext()
DNotificationBitmapJobService.java124 protected void attachBaseContext(Context base) { in attachBaseContext() method in NotificationBitmapJobService
125 super.attachBaseContext(base); in attachBaseContext()
/frameworks/base/core/java/android/printservice/recommendation/
DRecommendationService.java56 protected void attachBaseContext(Context base) { in attachBaseContext() method in RecommendationService
57 super.attachBaseContext(base); in attachBaseContext()
/frameworks/base/core/java/android/permissionpresenterservice/
DRuntimePermissionPresenterService.java68 public final void attachBaseContext(Context base) { in attachBaseContext() method in RuntimePermissionPresenterService
69 super.attachBaseContext(base); in attachBaseContext()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java86 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in ContextThemeWrapper
87 super.attachBaseContext(newBase); in attachBaseContext()
/frameworks/base/core/java/android/window/
DWindowProviderService.java214 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in WindowProviderService
215 super.attachBaseContext(newBase); in attachBaseContext()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java120 service.attachBaseContext(mContext); in testGetActiveNotifications_preP_mapsExtraPeople()
176 service.attachBaseContext(mContext); in testLegacyIcons_preM()
198 service.attachBaseContext(mContext); in testLegacyIcons_mPlus()
426 protected void attachBaseContext(Context base) { in attachBaseContext() method in NotificationListenerServiceTest.TestListenerService
427 super.attachBaseContext(base); in attachBaseContext()
DNotificationHistoryJobServiceTest.java78 mJobService.attachBaseContext(mContext); in setUp()
DNotificationBitmapJobServiceTest.java77 mJobService.attachBaseContext(mContext); in setUp()
/frameworks/base/core/java/android/app/
DService.java966 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in Service
967 super.attachBaseContext(newBase); in attachBaseContext()
983 attachBaseContext(context); in attach()
DInstantAppResolverService.java262 public final void attachBaseContext(Context base) { in attachBaseContext() method in InstantAppResolverService
263 super.attachBaseContext(base); in attachBaseContext()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DTestImsService.java42 attachBaseContext(context); in TestImsService()
DTestImsServiceCompat.java43 attachBaseContext(context); in TestImsServiceCompat()
/frameworks/base/media/java/android/media/soundtrigger/
DSoundTriggerDetectionService.java87 protected final void attachBaseContext(Context base) { in attachBaseContext() method in SoundTriggerDetectionService
88 super.attachBaseContext(base); in attachBaseContext()
/frameworks/base/core/java/android/printservice/
DPrintService.java282 protected final void attachBaseContext(Context base) { in attachBaseContext() method in PrintService
283 super.attachBaseContext(base); in attachBaseContext()
/frameworks/multidex/library/jack-meta/
DlegacyMultidexInstallation.jpp47 method void attachBaseContext(class android.content.Context)
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DAuxiliaryPersistenceWrapper.kt128 attachBaseContext(context) in attachContext()
/frameworks/base/wifi/tests/src/android/net/wifi/sharedconnectivity/service/
DSharedConnectivityServiceTest.java107 public void attachBaseContext(Context context) { in attachBaseContext() method in SharedConnectivityServiceTest.FakeSharedConnectivityService
108 super.attachBaseContext(context); in attachBaseContext()
419 service.attachBaseContext(mContext); in createService()
/frameworks/base/core/java/com/android/internal/policy/
DDecorContext.java63 attachBaseContext(displayContext); in DecorContext()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DWorkLockActivityTest.kt66 attachBaseContext(baseContext)
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java92 public void attachBaseContext(Context base) { in attachBaseContext() method in SystemUIApplication
93 super.attachBaseContext(base); in attachBaseContext()

12