Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
DUsageStatsDatabaseTest.java254 Configuration config10 = new Configuration(); in populateIntervalStats() local
259 config10.setLocale(locale10); in populateIntervalStats()
260 mIntervalStats.getOrCreateConfigurationStats(config10); in populateIntervalStats()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1395 ZenModeConfig config10 = mZenModeHelper.mConfig.copy(); in testWriteXml_onlyBackupsTargetUser() local
1397 config10.applyNotificationPolicy(policy); in testWriteXml_onlyBackupsTargetUser()
1398 config10.user = 10; in testWriteXml_onlyBackupsTargetUser()
1399 mZenModeHelper.setConfig(config10, null, UPDATE_ORIGIN_INIT, "writeXml", in testWriteXml_onlyBackupsTargetUser()
1423 SystemZenRules.maybeUpgradeRules(mContext, config10); in testWriteXml_onlyBackupsTargetUser()
1429 + new ZenModeDiff.ConfigDiff(actual, config10), config10, actual); in testWriteXml_onlyBackupsTargetUser()