Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DComponentTest.java21 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
235 COMPONENT_ENABLED_STATE_ENABLED, in testEnableActivity()
382 COMPONENT_ENABLED_STATE_ENABLED, in testEnableService()
497 COMPONENT_ENABLED_STATE_ENABLED, in testEnableReceiver()
564 COMPONENT_ENABLED_STATE_ENABLED, in testEnableProvider()
670 COMPONENT_ENABLED_STATE_ENABLED, in DISABLED_testEnableApplication()
722 COMPONENT_ENABLED_STATE_ENABLED, in testNonExplicitResolveAfterEnabling()
/frameworks/base/services/java/com/android/server/pm/
DPackageSettingBase.java21 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
200 return COMPONENT_ENABLED_STATE_ENABLED; in getCurrentEnabledStateLPr()
DSettings.java22 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
1667 packageSetting.enabled = COMPONENT_ENABLED_STATE_ENABLED; in readPackageLPw()
DPackageManagerService.java22 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_ENABLED;
7537 || newState == COMPONENT_ENABLED_STATE_ENABLED in setEnabledSetting()
7583 case COMPONENT_ENABLED_STATE_ENABLED: in setEnabledSetting()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DPowerTest.java76 PackageManager.COMPONENT_ENABLED_STATE_ENABLED, 0);
/frameworks/base/core/java/android/content/pm/
DPackageManager.java242 public static final int COMPONENT_ENABLED_STATE_ENABLED = 1; field in PackageManager
DPackageParser.java3227 boolean enabled = p.mSetEnabled == PackageManager.COMPONENT_ENABLED_STATE_ENABLED; in copyNeeded()
3275 if (p.mSetEnabled == PackageManager.COMPONENT_ENABLED_STATE_ENABLED) { in generateApplicationInfo()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java114 runSetEnabledSetting(PackageManager.COMPONENT_ENABLED_STATE_ENABLED); in run()
989 case PackageManager.COMPONENT_ENABLED_STATE_ENABLED: in enabledSettingToString()
/frameworks/base/api/
Dcurrent.txt6217 field public static final int COMPONENT_ENABLED_STATE_ENABLED = 1; // 0x1
D14.txt6217 field public static final int COMPONENT_ENABLED_STATE_ENABLED = 1; // 0x1