Home
last modified time | relevance | path

Searched refs:doAndWaitForSettingChange (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/tests/unit/src/com/android/settings/development/
DBackAnimationPreferenceControllerTest.java144 int mode = doAndWaitForSettingChange(() -> mController.onDeveloperOptionsSwitchDisabled(), in onDeveloperOptionsSwitchDisabled_shouldDisablePreference()
151 private int doAndWaitForSettingChange(Runnable runnable, ContentResolver contentResolver) { in doAndWaitForSettingChange() method in BackAnimationPreferenceControllerTest