Searched refs:appEnabledSetting (Results 1 – 1 of 1) sorted by relevance
5275 int appEnabledSetting = in isComponentEffectivelyEnabled() local5277 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isComponentEffectivelyEnabled()5281 } else if (appEnabledSetting != COMPONENT_ENABLED_STATE_ENABLED) { in isComponentEffectivelyEnabled()5299 int appEnabledSetting = mSettings.getApplicationEnabledSetting(packageName, in isApplicationEffectivelyEnabled() local5301 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isApplicationEffectivelyEnabled()5309 return appEnabledSetting == COMPONENT_ENABLED_STATE_ENABLED; in isApplicationEffectivelyEnabled()