Searched refs:onContextConfigurationPreChanged (Results 1 – 6 of 6) sorted by relevance
139 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()
186 public void onContextConfigurationPreChanged(@NonNull Context context) { in onContextConfigurationPreChanged() method in ClientTransactionListenerController
151 controller.onContextConfigurationPreChanged(context); in onConfigurationChanged()
152 controller.onContextConfigurationPreChanged(contextToUpdate); in handleConfigurationChanged()
7098 controller.onContextConfigurationPreChanged(contextToUpdate); in handleActivityConfigurationChanged()
3463 …app/servertransaction/ClientTransactionListenerController;->onContextConfigurationPreChanged(Landr…