Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java5169 int appEnabledSetting = in isComponentEffectivelyEnabled() local
5171 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() local
5195 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isApplicationEffectivelyEnabled()
5203 return appEnabledSetting == COMPONENT_ENABLED_STATE_ENABLED; in isApplicationEffectivelyEnabled()