Home
last modified time | relevance | path

Searched refs:loadConfig (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java156 for (CarUxRestrictionsConfiguration config : mService.loadConfig()) { in testLoadConfig_UseDefaultConfigWhenNoSavedConfigFileNoXml()
167 List<CarUxRestrictionsConfiguration> actual = mService.loadConfig(); in testLoadConfig_UseXml()
177 CarUxRestrictionsConfiguration actual = mService.loadConfig().get(0); in testLoadConfig_UseProdConfig()
196 CarUxRestrictionsConfiguration actual = mService.loadConfig().get(0); in testLoadConfig_SupportsLegacyV1()
255 CarUxRestrictionsConfiguration actual = mService.loadConfig().get(0); in testLoadConfig_PromoteStagedFileWhenParked()
270 CarUxRestrictionsConfiguration actual = mService.loadConfig().get(0); in testLoadConfig_NoPromoteStagedFileWhenMoving()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/gamedriver/
DGameDriverAppPreferenceControllerTest.java187 loadConfig(TEST_PKG_NAME, "", ""); in createPreference_configGAME_DRIVER_shouldSetGameDriverAttributes()
203 loadConfig("", TEST_PKG_NAME, ""); in createPreference_configPRERELEASE_DRIVER_shouldSetPrereleaseDriverAttributes()
217 loadConfig("", "", TEST_PKG_NAME); in createPreference_configSystem_shouldSetSystemAttributes()
294 private void loadDefaultConfig() { loadConfig("", "", ""); } in loadDefaultConfig()
296 private void loadConfig(String optIn, String prereleaseOptIn, String optOut) { in loadConfig() method in GameDriverAppPreferenceControllerTest
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java178 mCarUxRestrictionsConfigurations = convertToMap(loadConfig()); in init()
210 synchronized List<CarUxRestrictionsConfiguration> loadConfig() { in loadConfig() method in CarUxRestrictionsManagerService