Searched refs:mCurrentProfileIds (Results 1 – 1 of 1) sorted by relevance
322 private int[] mCurrentProfileIds = new int[] {}; field in UserController2964 mCurrentProfileIds = currentProfileIds;3231 return ArrayUtils.contains(mCurrentProfileIds, userId);3237 return mCurrentProfileIds;3247 mCurrentProfileIds = ArrayUtils.appendInt(mCurrentProfileIds, user.id);3265 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);3368 for (int i = 0; i < mCurrentProfileIds.length; i++) {3369 proto.write(UserControllerProto.CURRENT_PROFILES, mCurrentProfileIds[i]);3408 pw.println(" mCurrentProfileIds:" + Arrays.toString(mCurrentProfileIds));