Searched refs:onContextConfigurationPostChanged (Results 1 – 5 of 5) sorted by relevance
143 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()
214 public void onContextConfigurationPostChanged(@NonNull Context context) { in onContextConfigurationPostChanged() method in ClientTransactionListenerController
158 controller.onContextConfigurationPostChanged(context); in onConfigurationChanged()
156 controller.onContextConfigurationPostChanged(contextToUpdate); in handleConfigurationChanged()
6780 controller.onContextConfigurationPostChanged(contextToUpdate); in handleActivityConfigurationChanged()