Searched refs:mCurrentProfileIds (Results 1 – 2 of 2) sorted by relevance
243 private int[] mCurrentProfileIds = new int[0]; field in InputMethodUtils.InputMethodSettings376 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()383 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()384 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()966 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
290 private int[] mCurrentProfileIds = new int[] {}; field in UserController2627 mCurrentProfileIds = currentProfileIds;2887 return ArrayUtils.contains(mCurrentProfileIds, userId);2893 return mCurrentProfileIds;2903 mCurrentProfileIds = ArrayUtils.appendInt(mCurrentProfileIds, user.id);2919 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);3022 for (int i = 0; i < mCurrentProfileIds.length; i++) {3023 proto.write(UserControllerProto.CURRENT_PROFILES, mCurrentProfileIds[i]);3062 pw.println(" mCurrentProfileIds:" + Arrays.toString(mCurrentProfileIds));