Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DAutoTimePreferenceControllerTest.java123 TimeCapabilitiesAndConfig capabilitiesAndConfigAfterUpdate = createCapabilitiesAndConfig( in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() local
126 capabilitiesAndConfigAfterUpdate); in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback()
148 TimeCapabilitiesAndConfig capabilitiesAndConfigAfterUpdate = in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback() local
151 capabilitiesAndConfigAfterUpdate); in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback()
DAutoTimeZonePreferenceControllerTest.java183 TimeZoneCapabilitiesAndConfig capabilitiesAndConfigAfterUpdate = in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() local
186 .thenReturn(capabilitiesAndConfigAfterUpdate); in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback()
210 TimeZoneCapabilitiesAndConfig capabilitiesAndConfigAfterUpdate = in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback() local
213 .thenReturn(capabilitiesAndConfigAfterUpdate); in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback()