Home | History | Annotate | Download | only in wifi

Lines Matching refs:creatorUid

418     public int creatorUid;
1350 creatorUid = -1;
1535 if (creatorUid != 0) sbuf.append(" cuid=" + creatorUid);
1730 key += "-" + Integer.toString(UserHandle.getUserId(creatorUid));
1744 key += "-" + Integer.toString(UserHandle.getUserId(creatorUid));
1883 creatorUid = source.creatorUid;
1956 dest.writeInt(creatorUid);
2027 config.creatorUid = in.readInt();