Home
last modified time | relevance | path

Searched refs:contextToUpdate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DConfigurationController.java151 final Context contextToUpdate = ActivityThread.currentApplication(); in handleConfigurationChanged() local
152 controller.onContextConfigurationPreChanged(contextToUpdate); in handleConfigurationChanged()
156 controller.onContextConfigurationPostChanged(contextToUpdate); in handleConfigurationChanged()
DActivityThread.java6774 final Context contextToUpdate = r.activity; in handleActivityConfigurationChanged() local
6775 controller.onContextConfigurationPreChanged(contextToUpdate); in handleActivityConfigurationChanged()
6780 controller.onContextConfigurationPostChanged(contextToUpdate); in handleActivityConfigurationChanged()