Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionListenerControllerTest.java143 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()
149 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()
164 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged_duringClientTransaction()
198 doNothing().when(mController).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()
213 verify(mController, never()).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()
224 inOrder.verify(mController).onContextConfigurationPostChanged(context); in testWindowTokenClient_onConfigurationChanged()
234 mController.onContextConfigurationPostChanged(mActivity); in testDisplayListenerHandlerClosed()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java214 public void onContextConfigurationPostChanged(@NonNull Context context) { in onContextConfigurationPostChanged() method in ClientTransactionListenerController
/frameworks/base/core/java/android/window/
DWindowTokenClient.java158 controller.onContextConfigurationPostChanged(context); in onConfigurationChanged()
/frameworks/base/core/java/android/app/
DConfigurationController.java156 controller.onContextConfigurationPostChanged(contextToUpdate); in handleConfigurationChanged()
DActivityThread.java6780 controller.onContextConfigurationPostChanged(contextToUpdate); in handleActivityConfigurationChanged()