HomeSort by relevance Sort by last modified time
    Searched refs:COMPONENT_ENABLED_STATE_DEFAULT (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/base/core/java/android/content/pm/
PackageUserState.java 19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
42 enabled = COMPONENT_ENABLED_STATE_DEFAULT;
ApplicationInfo.java 470 public int enabledSetting = PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
PackageManager.java 247 public static final int COMPONENT_ENABLED_STATE_DEFAULT = 0;
    [all...]
PackageParser.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ComponentTest.java 19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
133 COMPONENT_ENABLED_STATE_DEFAULT,
149 COMPONENT_ENABLED_STATE_DEFAULT,
162 COMPONENT_ENABLED_STATE_DEFAULT,
182 COMPONENT_ENABLED_STATE_DEFAULT,
197 COMPONENT_ENABLED_STATE_DEFAULT,
217 COMPONENT_ENABLED_STATE_DEFAULT,
229 COMPONENT_ENABLED_STATE_DEFAULT,
252 COMPONENT_ENABLED_STATE_DEFAULT,
280 COMPONENT_ENABLED_STATE_DEFAULT,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageManagerSettingsTests.java 19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
147 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(0));
153 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(1));
168 assertEquals(COMPONENT_ENABLED_STATE_DEFAULT, ps.getEnabled(1));
  /packages/apps/SpareParts/src/com/android/spare_parts/
Enabler.java 40 : PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
  /frameworks/base/services/java/com/android/server/pm/
PackageSettingBase.java 19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
364 return COMPONENT_ENABLED_STATE_DEFAULT;
Settings.java 19 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
480 p.setUserState(user.id, COMPONENT_ENABLED_STATE_DEFAULT,
    [all...]
PackageManagerService.java 21 import static android.content.pm.PackageManager.COMPONENT_ENABLED_STATE_DEFAULT;
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 460 if (state == PackageManager.COMPONENT_ENABLED_STATE_DEFAULT
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
InstalledAppDetails.java     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
DevelopmentSettings.java     [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java     [all...]
DevicePolicyManagerService.java     [all...]
InputMethodManagerService.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 1331 milliseconds

1 2