Home | History | Annotate | Download | only in view

Lines Matching defs:ownerUid

230     public int ownerUid;
309 && ownerUid == other.ownerUid
352 ownerUid = other.ownerUid;
396 ownerUid = source.readInt();
440 dest.writeInt(ownerUid);
553 return Display.hasAccess(uid, flags, ownerUid);
646 if (ownerUid != 0 || ownerPackageName != null) {
648 sb.append(" (uid ").append(ownerUid).append(")");