Searched refs:onContextConfigurationPreChanged (Results 1 – 5 of 5) sorted by relevance
142 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()
198 public void onContextConfigurationPreChanged(@NonNull Context context) { in onContextConfigurationPreChanged() method in ClientTransactionListenerController
153 controller.onContextConfigurationPreChanged(context); in onConfigurationChanged()
152 controller.onContextConfigurationPreChanged(contextToUpdate); in handleConfigurationChanged()
6775 controller.onContextConfigurationPreChanged(contextToUpdate); in handleActivityConfigurationChanged()