Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DClientTransactionListenerControllerTest.java142 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged()
147 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged()
162 mController.onContextConfigurationPreChanged(mActivity); in testOnContextConfigurationChanged_duringClientTransaction()
197 doNothing().when(mController).onContextConfigurationPreChanged(any()); in testWindowTokenClient_onConfigurationChanged()
212 verify(mController, never()).onContextConfigurationPreChanged(any()); in testWindowTokenClient_onConfigurationChanged()
221 inOrder.verify(mController).onContextConfigurationPreChanged(context); in testWindowTokenClient_onConfigurationChanged()
232 mController.onContextConfigurationPreChanged(mActivity); in testDisplayListenerHandlerClosed()
/frameworks/base/core/java/android/app/servertransaction/
DClientTransactionListenerController.java198 public void onContextConfigurationPreChanged(@NonNull Context context) { in onContextConfigurationPreChanged() method in ClientTransactionListenerController
/frameworks/base/core/java/android/window/
DWindowTokenClient.java153 controller.onContextConfigurationPreChanged(context); in onConfigurationChanged()
/frameworks/base/core/java/android/app/
DConfigurationController.java152 controller.onContextConfigurationPreChanged(contextToUpdate); in handleConfigurationChanged()
DActivityThread.java6775 controller.onContextConfigurationPreChanged(contextToUpdate); in handleActivityConfigurationChanged()