Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionListenerControllerTest.java139 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged()
144 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged()
159 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged_duringClientTransaction()
190 doNothing().when(mController).onContextConfigurationPreChanged(any()); in testWindowTokenClient_onConfigurationChanged()
205 verify(mController, never()).onContextConfigurationPreChanged(any()); in testWindowTokenClient_onConfigurationChanged()
214 inOrder.verify(mController).onContextConfigurationPreChanged(context); in testWindowTokenClient_onConfigurationChanged()
225 mController.onContextConfigurationPreChanged(mActivity); in testDisplayListenerHandlerClosed()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java186 public void onContextConfigurationPreChanged(@NonNull Context context) { in onContextConfigurationPreChanged() method in ClientTransactionListenerController
/frameworks/base/core/java/android/window/
DWindowTokenClient.java151 controller.onContextConfigurationPreChanged(context); in onConfigurationChanged()
/frameworks/base/core/java/android/app/
DConfigurationController.java152 controller.onContextConfigurationPreChanged(contextToUpdate); in handleConfigurationChanged()
DActivityThread.java7098 controller.onContextConfigurationPreChanged(contextToUpdate); in handleActivityConfigurationChanged()
/frameworks/base/boot/
Dboot-image-profile.txt3463 …app/servertransaction/ClientTransactionListenerController;->onContextConfigurationPreChanged(Landr…