Home
last modified time | relevance | path

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

/cts/tests/tests/permission5/src/android/permission5/cts/
DNoOpActivity.kt23 public override fun attachBaseContext(newBase: Context?) { in attachBaseContext()
24 super.attachBaseContext(newBase) in attachBaseContext()
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/src/com/android/cts/isolatedsplitapp/
DBaseActivity.java34 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
35 super.attachBaseContext(newBase); in attachBaseContext()
/cts/tests/tests/app/src/android/app/cts/
DApplyOverrideConfigurationActivity.java42 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
43 super.attachBaseContext(newBase); in attachBaseContext()
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAttachedContextActivity.java47 protected void attachBaseContext(Context newBase) { in attachBaseContext() argument
48 final Context localContext = applyLocale(newBase, "en"); in attachBaseContext()