Home
last modified time | relevance | path

Searched refs:onContextConfigurationPostChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionListenerControllerTest.java140 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()
146 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()
161 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged_duringClientTransaction()
191 doNothing().when(mController).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()
206 verify(mController, never()).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()
217 inOrder.verify(mController).onContextConfigurationPostChanged(context); in testWindowTokenClient_onConfigurationChanged()
227 mController.onContextConfigurationPostChanged(mActivity); in testDisplayListenerHandlerClosed()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java202 public void onContextConfigurationPostChanged(@NonNull Context context) { in onContextConfigurationPostChanged() method in ClientTransactionListenerController
/frameworks/base/core/java/android/window/
DWindowTokenClient.java156 controller.onContextConfigurationPostChanged(context); in onConfigurationChanged()
/frameworks/base/core/java/android/app/
DConfigurationController.java156 controller.onContextConfigurationPostChanged(contextToUpdate); in handleConfigurationChanged()
DActivityThread.java7103 controller.onContextConfigurationPostChanged(contextToUpdate); in handleActivityConfigurationChanged()
/frameworks/base/boot/
Dboot-image-profile.txt3462 …app/servertransaction/ClientTransactionListenerController;->onContextConfigurationPostChanged(Land…