Home | History | Annotate | Download | only in permission

Lines Matching defs:gids

98     /** Additional GIDs given to apps granted this permission */
99 private int[] gids;
102 * Flag indicating that {@link #gids} should be adjusted based on the
142 public void setGids(int[] gids, boolean perUser) {
143 this.gids = gids;
155 final int[] userGids = new int[gids.length];
156 for (int i = 0; i < gids.length; i++) {
157 userGids[i] = UserHandle.getUid(userId, gids[i]);
161 return gids;
561 pw.print(" gids="); pw.print(Arrays.toString(