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

  /frameworks/base/core/java/android/content/pm/
UserInfo.java 76 public static final int FLAG_DISABLED = 0x00000040;
127 return (flags & FLAG_DISABLED) != FLAG_DISABLED;
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 145 FLAG_DISABLED = 1 << 0,
284 return !(menu_items_[index].flags & FLAG_DISABLED);
376 gfx::ImageSkia(), std::string(), FLAG_DISABLED));
553 flag |= FLAG_DISABLED;
570 flag |= FLAG_DISABLED;
620 gfx::ImageSkia(), std::string(), FLAG_DISABLED));
631 gfx::ImageSkia(), std::string(), FLAG_DISABLED));
641 gfx::ImageSkia(), std::string(), FLAG_DISABLED));

Completed in 54 milliseconds