Searched refs:onContextConfigurationPostChanged (Results 1 – 6 of 6) sorted by relevance
140 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()146 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged()161 mController.onContextConfigurationPostChanged(mActivity); in testOnContextConfigurationChanged_duringClientTransaction()191 doNothing().when(mController).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()206 verify(mController, never()).onContextConfigurationPostChanged(any()); in testWindowTokenClient_onConfigurationChanged()217 inOrder.verify(mController).onContextConfigurationPostChanged(context); in testWindowTokenClient_onConfigurationChanged()227 mController.onContextConfigurationPostChanged(mActivity); in testDisplayListenerHandlerClosed()
202 public void onContextConfigurationPostChanged(@NonNull Context context) { in onContextConfigurationPostChanged() method in ClientTransactionListenerController
156 controller.onContextConfigurationPostChanged(context); in onConfigurationChanged()
156 controller.onContextConfigurationPostChanged(contextToUpdate); in handleConfigurationChanged()
7103 controller.onContextConfigurationPostChanged(contextToUpdate); in handleActivityConfigurationChanged()
3462 …app/servertransaction/ClientTransactionListenerController;->onContextConfigurationPostChanged(Land…