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()
1118 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument1119 super.attachBaseContext(newBase); in attachBaseContext()1120 if (newBase != null) { in attachBaseContext()1121 newBase.setAutofillClient(this); in attachBaseContext()1122 newBase.setContentCaptureOptions(getContentCaptureOptions()); in attachBaseContext()