Searched refs:attachBaseContext (Results 1 – 9 of 9) sorted by relevance
66 testContextWrapper.attachBaseContext(secondContext); in testAccessBaseContext()79 public void attachBaseContext(Context base) { in attachBaseContext() method in ContextWrapperTest.MockContextWrapper80 super.attachBaseContext(base); in attachBaseContext()
23 public override fun attachBaseContext(newBase: Context?) { in attachBaseContext() method in android.permission5.cts.NoOpActivity24 super.attachBaseContext(newBase) in attachBaseContext()
110 activity.attachBaseContext(context.createContext(contextParams)) in createActivityWithContextParams()
34 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in BaseActivity35 super.attachBaseContext(newBase); in attachBaseContext()
42 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in ApplyOverrideConfigurationActivity43 super.attachBaseContext(newBase); in attachBaseContext()
47 protected void attachBaseContext(Context newBase) { in attachBaseContext() method in AttachedContextActivity49 super.attachBaseContext(localContext); in attachBaseContext()
92 attachBaseContext(base); in callAttachBaseContext()
125 attachBaseContext(new ContextThemeWrapper(mContext, in testAttachBaseContext()132 attachBaseContext(new ContextThemeWrapper()); in testAttachBaseContext()
107 attachBaseContext(context); in ImsServiceUT()