Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/SdkSandbox/src/com/android/sdksandbox/
DSandboxedActivity.java64 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in SandboxedActivity
69 super.attachBaseContext(newBase); in attachBaseContext()
72 super.attachBaseContext(sdkContext.createContextWithNewBase(newBase)); in attachBaseContext()
/packages/modules/ExtServices/java/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImpl.java70 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in InlineSuggestionRenderServiceImpl
71 super.attachBaseContext(newBase); in attachBaseContext()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/fcm/
DFcmService.java45 protected void attachBaseContext(Context base) { in attachBaseContext() method in FcmService
46 super.attachBaseContext(base); in attachBaseContext()
DFcmRegistrationService.java67 protected void attachBaseContext(Context base) { in attachBaseContext() method in FcmRegistrationService
68 super.attachBaseContext(base); in attachBaseContext()
/packages/apps/Settings/src/com/android/settings/
DSettingsApplication.java55 protected void attachBaseContext(Context base) { in attachBaseContext() method in SettingsApplication
56 super.attachBaseContext(base); in attachBaseContext()
/packages/services/Car/car-lib/src/com/android/car/internal/
DProxiedService.java40 attachBaseContext(newBase); in doAttachBaseContext()
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DImsEntitlementPollingService.java80 protected void attachBaseContext(Context base) { in attachBaseContext() method in ImsEntitlementPollingService
81 super.attachBaseContext(base); in attachBaseContext()
/packages/services/Car/service-builtin/src/com/android/car/
DServiceProxy.java100 attachBaseContext(newBase); in doAttachBaseContext()
/packages/services/Telephony/tests/src/com/android/phone/euicc/
DEuiccUiDispatcherActivityTest.java135 attachBaseContext(mMockContext); in TestEuiccUiDispatcherActivity()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/fcm/
DFcmServiceTest.java73 mService.attachBaseContext(mContext); in setup()
DFcmRegistrationServiceTest.java75 mService.attachBaseContext(mContext); in setup()
/packages/modules/ExtServices/java/tests/src/android/ext/services/autofill/
DInlineSuggestionRenderServiceImplTest.java82 spyService.attachBaseContext(ApplicationProvider.getApplicationContext()); in testOnRenderSuggestion_hasStyleHasAttributionIntentInlinePresentation()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/sdksandbox/
DSandboxedActivityTest.java227 sandboxedActivity.attachBaseContext(activityBaseContext); in testAttachBaseContextWrapsTheBaseContextIfCustomizedSdkContextFlagIsEnabled()
/packages/services/Telephony/tests/src/com/android/services/telephony/domainselection/
DTelephonyDomainSelectionServiceTest.java116 attachBaseContext(mContext); in onCreate()
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DImsEntitlementPollingServiceTest.java94 mService.attachBaseContext(mContext); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java740 public void attachBaseContext(Context base) { in attachBaseContext() method in BluetoothInCallService
741 super.attachBaseContext(base); in attachBaseContext()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java86 attachBaseContext(base); in FakeConnectionServiceDelegate()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1683 mBluetoothInCallService.attachBaseContext(mContext); in testClear()
1821 mBluetoothInCallService.attachBaseContext(mContext); in testOnCreate()
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java271 attachBaseContext(mContext); in onCreate()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java378 attachBaseContext(ctx); in AdapterService()