Home
last modified time | relevance | path

Searched defs:newBaseContext (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxedSdkContext.java129 Context newBaseContext = getBaseContext().createCredentialProtectedStorageContext(); in createCredentialProtectedStorageContext() local
142 Context newBaseContext = getBaseContext().createDeviceProtectedStorageContext(); in createDeviceProtectedStorageContext() local
153 public SandboxedSdkContext createContextWithNewBase(@NonNull Context newBaseContext) { in createContextWithNewBase()
/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/sdksandbox/
DSandboxedActivityTest.java229 SandboxedSdkContext newBaseContext = in testAttachBaseContextWrapsTheBaseContextIfCustomizedSdkContextFlagIsEnabled() local
/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxedSdkContextUnitTest.java294 Context newBaseContext = new TestContext(testService); in testCreateContextWithNewBase() local