HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_DISABLED (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 80 public static final int FLAG_DISABLED = 0x00000040;
146 return (flags & FLAG_DISABLED) != FLAG_DISABLED;
ShortcutInfo.java 86 public static final int FLAG_DISABLED = 1 << 6;
103 FLAG_DISABLED,
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutParser.java 337 (enabled ? ShortcutInfo.FLAG_MANIFEST : ShortcutInfo.FLAG_DISABLED)
ShortcutPackage.java 360 oldShortcut.addFlags(ShortcutInfo.FLAG_DISABLED);
375 shortcut.clearFlags(ShortcutInfo.FLAG_DISABLED);
    [all...]
UserManagerService.java     [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ProfileOwnerProvisioningService.java 464 UserInfo.FLAG_MANAGED_PROFILE | UserInfo.FLAG_DISABLED,

Completed in 531 milliseconds