Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DComponentTest.java19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
133 COMPONENT_ENABLED_STATE_DEFAULT, in testResolveDisabledActivity()
149 COMPONENT_ENABLED_STATE_DEFAULT, in testResolveEnabledActivity()
162 COMPONENT_ENABLED_STATE_DEFAULT, in testQueryDisabledActivity()
182 COMPONENT_ENABLED_STATE_DEFAULT, in testQueryEnabledActivity()
197 COMPONENT_ENABLED_STATE_DEFAULT, in testGetDisabledActivityInfo()
217 COMPONENT_ENABLED_STATE_DEFAULT, in testGetEnabledActivityInfo()
229 COMPONENT_ENABLED_STATE_DEFAULT, in testEnableActivity()
252 COMPONENT_ENABLED_STATE_DEFAULT, in testDisableActivity()
280 COMPONENT_ENABLED_STATE_DEFAULT, in testResolveDisabledService()
[all …]
/frameworks/base/services/java/com/android/server/pm/
DPackageSettingBase.java19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
74 int enabled = COMPONENT_ENABLED_STATE_DEFAULT;
204 return COMPONENT_ENABLED_STATE_DEFAULT; in getCurrentEnabledStateLPr()
DSettings.java19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
1105 if (pkg.enabled != COMPONENT_ENABLED_STATE_DEFAULT) { in writePackageLPr()
1671 packageSetting.enabled = COMPONENT_ENABLED_STATE_DEFAULT; in readPackageLPw()
1680 packageSetting.enabled = COMPONENT_ENABLED_STATE_DEFAULT; in readPackageLPw()
1948 && packageSettings.enabled == COMPONENT_ENABLED_STATE_DEFAULT)) { in isEnabledLPr()
DPackageManagerService.java19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
7536 if (!(newState == COMPONENT_ENABLED_STATE_DEFAULT in setEnabledSetting()
7593 case COMPONENT_ENABLED_STATE_DEFAULT: in setEnabledSetting()
/frameworks/base/core/java/android/content/pm/
DApplicationInfo.java421 public int enabledSetting = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
DPackageManager.java234 public static final int COMPONENT_ENABLED_STATE_DEFAULT = 0; field in PackageManager
DPackageParser.java2986 public int mSetEnabled = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
3226 if (p.mSetEnabled != PackageManager.COMPONENT_ENABLED_STATE_DEFAULT) { in copyNeeded()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1132 return PackageManager.COMPONENT_ENABLED_STATE_DEFAULT; in getComponentEnabledSetting()
1152 return PackageManager.COMPONENT_ENABLED_STATE_DEFAULT; in getApplicationEnabledSetting()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java987 case PackageManager.COMPONENT_ENABLED_STATE_DEFAULT: in enabledSettingToString()
/frameworks/base/api/
Dcurrent.txt6214 field public static final int COMPONENT_ENABLED_STATE_DEFAULT = 0; // 0x0
D14.txt6214 field public static final int COMPONENT_ENABLED_STATE_DEFAULT = 0; // 0x0