Home
last modified time | relevance | path

Searched refs:newBase (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/tests/AppResourcesLoaders/src/com/android/example/loaders/
H A DLoaderActivityIsolated.java26 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
27 super.attachBaseContext(newBase); in attachBaseContext()
29 newBase.getResources().getString(R.string.loader_present); in attachBaseContext()
H A DLoaderActivity.java27 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
28 super.attachBaseContext(newBase); in attachBaseContext()
30 newBase.getResources().getString(R.string.loader_present); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/app/
H A DService.java965 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
966 super.attachBaseContext(newBase); in attachBaseContext()
967 if (newBase != null) { in attachBaseContext()
968 newBase.setContentCaptureOptions(getContentCaptureOptions()); in attachBaseContext()
H A DActivity.java1317 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
1318 super.attachBaseContext(newBase); in attachBaseContext()
1319 if (newBase != null) { in attachBaseContext()
1320 newBase.setAutofillClient(getAutofillClient()); in attachBaseContext()
1321 newBase.setContentCaptureOptions(getContentCaptureOptions()); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java86 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
87 super.attachBaseContext(newBase); in attachBaseContext()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowProviderService.java215 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
216 super.attachBaseContext(newBase); in attachBaseContext()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...