Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
DEnableContentCapturePreferenceControllerTest.java80 assertProperty(1); in changePref_turnOn_shouldChangeSettingTo1()
90 assertProperty(0); in changePref_turnOff_shouldChangeSettingTo0()
98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty() method in EnableContentCapturePreferenceControllerTest
DShowClipAccessNotificationPreferenceControllerTest.java111 assertProperty(1); in onPreferenceChange_turnOn_shouldChangeSettingTo1()
121 assertProperty(0); in onPreferenceChange_turnOff_shouldChangeSettingTo0()
136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty() method in ShowClipAccessNotificationPreferenceControllerTest