Home
last modified time | relevance | path

Searched defs:expectedConfiguration (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DConfigurationManagerTest.kt67 val expectedConfiguration = PhotopickerConfiguration(action = "") in testEmitsConfiguration() constant
92 val expectedConfiguration = PhotopickerConfiguration(action = "") in testConfigurationEmitsFlagChanges() constant
136 val expectedConfiguration = PhotopickerConfiguration(action = "") in testConfigurationChangesAreBatched() constant
196 val expectedConfiguration = PhotopickerConfiguration(action = "") in testSetIntentUpdatesConfiguration() constant
233 val expectedConfiguration = PhotopickerConfiguration(action = "") in testSetIntentSetsSelectionLimit() constant
272 val expectedConfiguration = PhotopickerConfiguration(action = "") in testSetIntentSetsSelectionLimitThrowsOnIllegalConfiguration() constant
316 val expectedConfiguration = PhotopickerConfiguration(action = "") in testSetIntentSetsSelectionLimitThrowsOnIllegalRange() constant
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DLocationTimeZoneDetectionPreferenceControllerTest.java92 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled() local
128 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withFalse_shouldUpdateSetting() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiBackupRestoreTest.java1123 final WifiConfiguration expectedConfiguration = new WifiConfiguration(); in testSingleNetworkSupplicantBackupRestoreWithUnknownEAPKey() local