Home
last modified time | relevance | path

Searched defs:baseContext (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/aosp_15_r20/packages/services/Car/service-builtin/src/com/android/car/
DUpdatablePackageContext.java50 public static UpdatablePackageContext create(Context baseContext) { in create()
76 private static PackageInfo findUpdatableServicePackage(Context baseContext) { in findUpdatableServicePackage()
94 private static void enableRROForCarServiceUpdatable(Context baseContext) { in enableRROForCarServiceUpdatable()
117 private static List<String> getEligibleRROPackages(Context baseContext) { in getEligibleRROPackages()
182 private static Set<String> getInstalledRROPackages(Context baseContext) { in getInstalledRROPackages()
211 private UpdatablePackageContext(Context baseContext, Context packageContext) { in UpdatablePackageContext()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
H A DGrpcCallContextTest.java175 GrpcCallContext baseContext = GrpcCallContext.createDefault().withTimeout(timeout); in testMergeWithNullTimeout() local
203 GrpcCallContext baseContext = GrpcCallContext.createDefault().withStreamWaitTimeout(timeout); in testMergeWithNullStreamingWaitTimeout() local
241 GrpcCallContext baseContext = GrpcCallContext.createDefault().withStreamIdleTimeout(timeout); in testMergeWithNullStreamingIdleTimeout() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DContentProviderController.java28 Context baseContext = RuntimeEnvironment.getApplication().getBaseContext(); in create() local
70 Context baseContext = RuntimeEnvironment.getApplication().getBaseContext(); in create() local
H A DBackupAgentController.java22 Context baseContext = RuntimeEnvironment.getApplication().getBaseContext(); in attach() local
/aosp_15_r20/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/di/
DServiceModule.kt54 val baseContext = service.createWindowContext( in provideUiContext() constant
/aosp_15_r20/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationChannels.java60 Context baseContext, UserHandle userHandle) { in getNotificationManagerForUser()
76 static Context getContextAsUser(Context baseContext, UserHandle userHandle) { in getContextAsUser()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DSandboxedSdkContext.java66 public SandboxedSdkContext( in SandboxedSdkContext()
86 public SandboxedSdkContext( in SandboxedSdkContext()
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/internal/
H A DReferenceCleaner.kt108 val baseContext = in extractActivity() constant
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DBundleUtils.java210 public static void replaceClassLoader(Context baseContext, ClassLoader classLoader) { in replaceClassLoader()
257 public static void checkContextClassLoader(Context baseContext, Activity activity) { in checkContextClassLoader()
/aosp_15_r20/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
H A DAttributionSourceTest.kt112 val baseContext = InstrumentationRegistry.getInstrumentation().context in attributionSourceRegisteredWhenContextFlagSet() constant
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/android/app/sdksandbox/
DSandboxedSdkContextUnitTest.java88 Context baseContext = context; in setUp() local
281 TestContext baseContext = new TestContext(testService); in testCreateContextWithNewBase() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
H A DSplashScreenStyleThemeActivity.java41 final Context baseContext = getBaseContext(); in onSplashScreenExit() local
H A DSplashScreenReplaceThemeActivity.java56 final Context baseContext = getBaseContext(); in onSplashScreenExit() local
H A DHandleSplashScreenExitActivity.java126 final Context baseContext = getBaseContext(); in onConfigurationChanged() local
/aosp_15_r20/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
DFallbackThemeWrapperTest.java40 Context baseContext = in setUp() local
/aosp_15_r20/frameworks/layoutlib/bridge/src/android/view/accessibility/
H A DAccessibilityManager_Delegate.java46 Context baseContext = BridgeContext.getBaseContext(context); in getInstance() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/content/
H A DContextWrapperTest.java150 final Context baseContext = getBaseContext(); in getApplicationContext() local
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Duenumimp.h110 void *baseContext; member
/aosp_15_r20/cts/tests/tests/toast/src/android/widget/toast/cts/
H A DBaseToastTest.java49 Context baseContext = InstrumentationRegistry.getContext(); in setUp() local

12345678910>>...14