Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContextWrapperTest.java66 testContextWrapper.attachBaseContext(secondContext); in testAccessBaseContext()
79 public void attachBaseContext(Context base) { in attachBaseContext() method in ContextWrapperTest.MockContextWrapper
80 super.attachBaseContext(base); in attachBaseContext()
/cts/tests/tests/permission5/src/android/permission5/cts/
DNoOpActivity.kt23 public override fun attachBaseContext(newBase: Context?) { in attachBaseContext() method in android.permission5.cts.NoOpActivity
24 super.attachBaseContext(newBase) in attachBaseContext()
DRenouncedPermissionsTest.kt110 activity.attachBaseContext(context.createContext(contextParams)) in createActivityWithContextParams()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DBaseActivity.java34 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in BaseActivity
35 super.attachBaseContext(newBase); in attachBaseContext()
/cts/tests/tests/app/src/android/app/cts/
DApplyOverrideConfigurationActivity.java42 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in ApplyOverrideConfigurationActivity
43 super.attachBaseContext(newBase); in attachBaseContext()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAttachedContextActivity.java47 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in AttachedContextActivity
49 super.attachBaseContext(localContext); in attachBaseContext()
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java125 attachBaseContext(new ContextThemeWrapper(mContext, in testAttachBaseContext()
132 attachBaseContext(new ContextThemeWrapper()); in testAttachBaseContext()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/services/
DStubbablePrintService.java92 attachBaseContext(base); in callAttachBaseContext()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java107 attachBaseContext(context); in ImsServiceUT()