Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DComputerEngine.java5275 int appEnabledSetting = in isComponentEffectivelyEnabled() local
5277 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() local
5301 if (appEnabledSetting == COMPONENT_ENABLED_STATE_DEFAULT) { in isApplicationEffectivelyEnabled()
5309 return appEnabledSetting == COMPONENT_ENABLED_STATE_ENABLED; in isApplicationEffectivelyEnabled()