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

  /external/smack/src/org/jivesoftware/smackx/pubsub/packet/
PubSubNamespace.java 27 OWNER("owner");
  /frameworks/base/core/java/android/os/
UserHandle.java 59 /** @hide A user id constant to indicate the "owner" user of the device */
62 /** @hide A user handle to indicate the primary/owner user of the device */
63 public static final UserHandle OWNER = new UserHandle(USER_OWNER);
243 * Returns true if this UserHandle refers to the owner user; false otherwise.
244 * @return true if this UserHandle refers to the owner user; false otherwise.
249 return this.equals(OWNER);
  /build/core/
base_rules.mk 629 ALL_MODULES.$(my_register_name).OWNER := \
630 $(sort $(ALL_MODULES.$(my_register_name).OWNER) $(LOCAL_MODULE_OWNER))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis.h 477 #define OWNER(a, m) (((a) & ((m) << 16)) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.h 477 #define OWNER(a, m) (((a) & ((m) << 16)) != 0)
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 657 milliseconds