Searched refs:addConfigurationChangeListener (Results 1 – 13 of 13) sorted by relevance
224 mController.addConfigurationChangeListener(mConfigChangeListener); in testAddConfigurationChangeListener_ensureCallback()234 mController.addConfigurationChangeListener(mConfigChangeListener); in testDoubleAddConfigurationChangeListener_ensureSingleCallback()235 mController.addConfigurationChangeListener(mConfigChangeListener); in testDoubleAddConfigurationChangeListener_ensureSingleCallback()245 mController.addConfigurationChangeListener(mConfigChangeListener); in testAddRemoveConfigurationChangeListener_ensureNoCallback()257 mController.addConfigurationChangeListener(mConfigChangeListener); in testMultipleConfigurationChangeListeners()258 mController.addConfigurationChangeListener(listener2); in testMultipleConfigurationChangeListeners()275 mController.addConfigurationChangeListener(badListener); in testRemoveListenerDuringCallback()276 mController.addConfigurationChangeListener(mConfigChangeListener); in testRemoveListenerDuringCallback()286 mController.addConfigurationChangeListener(mConfigChangeListener); in testDensityChangeCallback()300 mController.addConfigurationChangeListener(mConfigChangeListener); in testFontScaleChangeCallback()[all …]
88 mShellController.addConfigurationChangeListener(this); in onInit()
83 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()
90 mShellController.addConfigurationChangeListener(this); in init()
113 mShellController.addConfigurationChangeListener(this); in init()
103 public void addConfigurationChangeListener(ConfigurationChangeListener listener) { in addConfigurationChangeListener() method in ShellController
160 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiatePipController_registerConfigChangeListener()
298 mShellController.addConfigurationChangeListener(this); in onInit()
265 mShellController.addConfigurationChangeListener(this); in onInit()
166 verify(mMockShellController, times(1)).addConfigurationChangeListener(any()); in testControllerRegistersConfigChangeListener()
703 mShellController.addConfigurationChangeListener(this); in onInit()
478 mShellController.addConfigurationChangeListener(this); in onInit()
497 verify(mShellController, times(1)).addConfigurationChangeListener(any()); in instantiateController_registerConfigChangeListener()