Searched refs:newBase (Results 1 – 2 of 2) sorted by relevance
86 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument87 super.attachBaseContext(newBase); in attachBaseContext()
1122 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument1123 super.attachBaseContext(newBase); in attachBaseContext()1124 if (newBase != null) { in attachBaseContext()1125 newBase.setAutofillClient(this); in attachBaseContext()1126 newBase.setContentCaptureOptions(getContentCaptureOptions()); in attachBaseContext()