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.kt83 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testEmitsConfiguration() constant
108 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testConfigurationEmitsFlagChanges() constant
153 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testConfigurationChangesAreBatched() constant
212 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in <lambda>() constant
259 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetIntentUpdatesConfiguration() constant
287 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetCallerUpdatesConfiguration() constant
335 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetIntentSetsSelectionLimit() constant
371 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetIntentSetsMimeTypesSetType() constant
408 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetIntentSetsMimeTypesSetExtrasBundle() constant
449 val expectedConfiguration = PhotopickerConfiguration(action = "", sessionId = sessionId) in testSetIntentSetsMimeTypesSetExtrasIntent() constant
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/
DLocationTimeZoneDetectionPreferenceControllerTest.java101 TimeZoneConfiguration expectedConfiguration = new TimeZoneConfiguration.Builder() in setChecked_withTrue_shouldUpdateSetting_whenLocationIsEnabled() local
147 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