Home
last modified time | relevance | path

Searched refs:applicationContext (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarHelperRegistry.java59 final Context applicationContext = context.getApplicationContext(); in getRegistry() local
60 if (applicationContext instanceof CarHelperInjectionContext) { in getRegistry()
61 return ((CarHelperInjectionContext) applicationContext).getCarHelperRegistry(); in getRegistry()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/events/component/
DRecentsVisibilityChangedEvent.java29 public final Context applicationContext; field in RecentsVisibilityChangedEvent
33 this.applicationContext = context.getApplicationContext(); in RecentsVisibilityChangedEvent()
DScreenPinningRequestEvent.java28 public final Context applicationContext; field in ScreenPinningRequestEvent
32 this.applicationContext = context.getApplicationContext(); in ScreenPinningRequestEvent()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DAbstractService.java56 Context applicationContext = getApplicationContext(); in run() local
57 File resultFile = new File(applicationContext.getFilesDir(), getId()); in run()
73 MultiDex.install(applicationContext); in run()
90 new File(applicationContext.getFilesDir(), getId() + ".complete"), "rw"); in run()
/frameworks/base/tests/net/integration/src/com/android/server/net/integrationtests/
DTestNetworkStackService.kt53 private fun makeTestContext() = spy(applicationContext).also { in onBind()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt65 val context: Context = c.applicationContext in <lambda>()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DLegacyRecentsImpl.java484 mImpl.onVisibilityChanged(event.applicationContext, event.visible); in onBusEvent()
535 mImpl.onStartScreenPinning(event.applicationContext, event.taskId); in onBusEvent()
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2321 Context applicationContext = getContext().getApplicationContext(); in generateDecor() local
2322 if (applicationContext == null) { in generateDecor()
2325 context = new DecorContext(applicationContext, getContext()); in generateDecor()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1557 public abstract T createService(Context applicationContext) throws ServiceNotFoundException; in createService() argument