Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java262 Configuration config11 = new Configuration(); in populateIntervalStats() local
267 config11.setLocale(locale11); in populateIntervalStats()
268 mIntervalStats.getOrCreateConfigurationStats(config11); in populateIntervalStats()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1401 ZenModeConfig config11 = mZenModeHelper.mConfig.copy(); in testWriteXml_onlyBackupsTargetUser() local
1402 config11.user = 11; in testWriteXml_onlyBackupsTargetUser()
1404 config11.applyNotificationPolicy(policy); in testWriteXml_onlyBackupsTargetUser()
1405 mZenModeHelper.setConfig(config11, null, UPDATE_ORIGIN_INIT, "writeXml", in testWriteXml_onlyBackupsTargetUser()
1424 SystemZenRules.maybeUpgradeRules(mContext, config11); in testWriteXml_onlyBackupsTargetUser()
1430 assertNotEquals("Expected config mismatch", config11, mZenModeHelper.mConfigs.get(11)); in testWriteXml_onlyBackupsTargetUser()