Searched refs:appEnabledSetting (Results 1 – 1 of 1) sorted by relevance
5169 int appEnabledSetting = in isComponentEffectivelyEnabled() local5171 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isComponentEffectivelyEnabled()5175 } else if (appEnabledSetting != COMPONENT_ENABLED_STATE_ENABLED) { in isComponentEffectivelyEnabled()5193 int appEnabledSetting = mSettings.getApplicationEnabledSetting(packageName, in isApplicationEffectivelyEnabled() local5195 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isApplicationEffectivelyEnabled()5203 return appEnabledSetting == COMPONENT_ENABLED_STATE_ENABLED; in isApplicationEffectivelyEnabled()