Searched refs:applyAppSpecificConfig (Results 1 – 5 of 5) sorted by relevance
114 wpc.applyAppSpecificConfig(mNightMode, localesOverride); in updateConfig()
165 container.applyAppSpecificConfig(modifiedRecord.mNightMode, in updateConfigIfNeeded()
555 public boolean applyAppSpecificConfig(Integer nightMode, LocaleList locales) { in applyAppSpecificConfig() method in ConfigurationContainer
827 if (r.applyAppSpecificConfig(nightMode, localesOverride) && r.mVisibleRequested) { in updateAppSpecificSettingsForAllActivities()
376 doReturn(true).when(activity).applyAppSpecificConfig(anyInt(), any()); in testTopActivityUiModeChangeScheduleConfigChange()