Home | History | Annotate | Download | only in view

Lines Matching refs:ownerUid

244     public int ownerUid;
324 && ownerUid == other.ownerUid
368 ownerUid = other.ownerUid;
413 ownerUid = source.readInt();
458 dest.writeInt(ownerUid);
571 return Display.hasAccess(uid, flags, ownerUid);
664 if (ownerUid != 0 || ownerPackageName != null) {
666 sb.append(" (uid ").append(ownerUid).append(")");