Searched refs:createCapabilitiesAndConfig (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/ |
D | AutoTimeZonePreferenceControllerTest.java | 84 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isFromSUW_notAvailable() 95 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in notFromSUW_isAvailable() 106 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in autoTimeZoneNotSupported_notAvailable() 115 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isFromSUW_notEnable() 126 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isFromSUW_isEnable() 137 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in autoTimeZoneNotSupported_notEnable() 147 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isEnabled_autoEnabledIsFalse_shouldReadFromTimeManagerConfig() 157 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isEnabled_autoEnabledIsTrue_shouldReadFromTimeManagerConfig() 166 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() 184 createCapabilitiesAndConfig(/* autoSupported= */true, /* autoEnabled= */true); in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() [all …]
|
D | LocationProviderStatusPreferenceControllerTest.java | 86 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 94 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 102 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 113 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 121 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 129 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 137 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryCertain() 151 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryUncertain() 159 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryUncertain() 167 capabilitiesAndConfig = createCapabilitiesAndConfig(false, in testProviderStatus_primaryUncertain() [all …]
|
D | AutoTimePreferenceControllerTest.java | 70 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in autoTimeNotSupported_notAvailable() 79 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in autoTimeNotSupported_notEnable() 89 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isEnabled_autoEnabledIsFalse_shouldReadFromTimeManagerConfig() 99 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in isEnabled_autoEnabledIsTrue_shouldReadFromTimeManagerConfig() 108 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() 123 TimeCapabilitiesAndConfig capabilitiesAndConfigAfterUpdate = createCapabilitiesAndConfig( in updatePreferenceChange_prefIsChecked_shouldUpdatePreferenceAndNotifyCallback() 133 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback() 149 createCapabilitiesAndConfig(/* autoSupported= */true, /* autoEnabled= */false); in updatePreferenceChange_prefIsUnchecked_shouldUpdatePreferenceAndNotifyCallback() 156 private static TimeCapabilitiesAndConfig createCapabilitiesAndConfig(boolean autoSupported, in createCapabilitiesAndConfig() method in AutoTimePreferenceControllerTest
|
D | TimeZonePreferenceControllerTest.java | 78 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updateState_suggestManualNotAllowed_shouldDisablePref() 92 TimeZoneCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updateState_suggestManualAllowed_shouldEnablePref() 101 private static TimeZoneCapabilitiesAndConfig createCapabilitiesAndConfig( in createCapabilitiesAndConfig() method in TimeZonePreferenceControllerTest
|
D | DatePreferenceControllerTest.java | 92 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updateState_autoTimeEnabled_shouldDisablePref() 105 TimeCapabilitiesAndConfig capabilitiesAndConfig = createCapabilitiesAndConfig( in updateState_autoTimeDisabled_shouldEnablePref() 146 static TimeCapabilitiesAndConfig createCapabilitiesAndConfig( in createCapabilitiesAndConfig() method in DatePreferenceControllerTest
|
D | TimePreferenceControllerTest.java | 67 DatePreferenceControllerTest.createCapabilitiesAndConfig(/* suggestManualAllowed= */ in updateState_dateEntryDisabled_shouldDisablePref() 81 DatePreferenceControllerTest.createCapabilitiesAndConfig(/* suggestManualAllowed= */ in updateState_dateEntryEnabled_shouldEnablePref()
|