Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/
H A DLoaderActivityIsolated.java26 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in LoaderActivityIsolated
27 super.attachBaseContext(newBase); in attachBaseContext()
H A DLoaderActivity.java27 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in LoaderActivity
28 super.attachBaseContext(newBase); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/printservice/recommendation/
H A DRecommendationService.java56 protected void attachBaseContext(Context base) { in attachBaseContext() method in RecommendationService
57 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/permissionpresenterservice/
H A DRuntimePermissionPresenterService.java68 public final void attachBaseContext(Context base) { in attachBaseContext() method in RuntimePermissionPresenterService
69 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java86 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in ContextThemeWrapper
87 super.attachBaseContext(newBase); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowProviderService.java215 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in WindowProviderService
216 super.attachBaseContext(newBase); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/app/
H A DService.java965 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in Service
966 super.attachBaseContext(newBase); in attachBaseContext()
982 attachBaseContext(context); in attach()
H A DInstantAppResolverService.java262 public final void attachBaseContext(Context base) { in attachBaseContext() method in InstantAppResolverService
263 super.attachBaseContext(base); in attachBaseContext()
H A DApplication.java346 attachBaseContext(context); in attach()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationListenerServiceTest.java108 service.attachBaseContext(mContext); in testGetActiveNotifications_preP_mapsExtraPeople()
239 service.attachBaseContext(mContext); in testLegacyIcons_preM()
261 service.attachBaseContext(mContext); in testLegacyIcons_mPlus()
532 protected void attachBaseContext(Context base) { in attachBaseContext() method in NotificationListenerServiceTest.TestListenerService
533 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetectionService.java87 protected final void attachBaseContext(Context base) { in attachBaseContext() method in SoundTriggerDetectionService
88 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/printservice/
H A DPrintService.java282 protected final void attachBaseContext(Context base) { in attachBaseContext() method in PrintService
283 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/sharedconnectivity/service/
H A DSharedConnectivityServiceTest.java107 public void attachBaseContext(Context context) { in attachBaseContext() method in SharedConnectivityServiceTest.FakeSharedConnectivityService
108 super.attachBaseContext(context); in attachBaseContext()
399 service.attachBaseContext(mContext); in createService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt128 attachBaseContext(context)
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorContext.java63 attachBaseContext(displayContext); in DecorContext()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityTest.kt66 attachBaseContext(baseContext)
/aosp14/frameworks/base/core/api/
H A Dsystem-lint-baseline.txt32 MissingNullability: android.printservice.recommendation.RecommendationService#attachBaseContext(and…
33 Missing nullability on parameter `base` in method `attachBaseContext`
52 MissingNullability: android.service.notification.NotificationAssistantService#attachBaseContext(and…
53 Missing nullability on parameter `base` in method `attachBaseContext`
64 ProtectedMember: android.printservice.recommendation.RecommendationService#attachBaseContext(androi…
65 …c: method android.printservice.recommendation.RecommendationService.attachBaseContext(android.cont…
68 ProtectedMember: android.service.notification.NotificationAssistantService#attachBaseContext(androi…
69 …c: method android.service.notification.NotificationAssistantService.attachBaseContext(android.cont…
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationAssistantService.java120 protected void attachBaseContext(Context base) { in attachBaseContext() method in NotificationAssistantService
121 super.attachBaseContext(base); in attachBaseContext()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java74 attachBaseContext(base); in attachBase()
H A DEventConditionProvider.java171 attachBaseContext(base); in attachBase()
H A DScheduleConditionProvider.java154 attachBaseContext(base); in attachBase()
/aosp14/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DAccessibilityServiceTest.java80 attachBaseContext(context.createTokenContext(new WindowTokenClient(), display)); in AccessibilityServiceTestClass()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DRootTaskDisplayAreaOrganizer.java272 attachBaseContext(context.createTokenContext(mToken, display)); in DisplayAreaContext()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java107 attachBaseContext(mContext); in RecordingServiceTestable()
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/
H A DControlProviderServiceTest.java358 attachBaseContext(context); in FakeControlsProviderService()

12