Searched refs:config11 (Results 1 – 2 of 2) sorted by relevance
249 Configuration config11 = new Configuration(); in populateIntervalStats() local254 config11.setLocale(locale11); in populateIntervalStats()255 mIntervalStats.getOrCreateConfigurationStats(config11); in populateIntervalStats()
1060 ZenModeConfig config11 = mZenModeHelper.mConfig.copy(); in testWriteXml_onlyBackupsTargetUser() local1061 config11.user = 11; in testWriteXml_onlyBackupsTargetUser()1062 config11.allowAlarms = false; in testWriteXml_onlyBackupsTargetUser()1063 config11.allowMedia = false; in testWriteXml_onlyBackupsTargetUser()1064 mZenModeHelper.setConfig(config11, null, "writeXml", Process.SYSTEM_UID, true); in testWriteXml_onlyBackupsTargetUser()1081 assertNotEquals("Expected config mismatch", config11, mZenModeHelper.mConfigs.get(11)); in testWriteXml_onlyBackupsTargetUser()