Searched refs:mCurrentProfileIds (Results 1 – 3 of 3) sorted by relevance
773 private int[] mCurrentProfileIds = new int[0]; field in InputMethodUtils.InputMethodSettings890 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()897 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()898 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()1281 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
201 private int[] mCurrentProfileIds = new int[] {}; field in UserController1764 mCurrentProfileIds = currentProfileIds;1975 return ArrayUtils.contains(mCurrentProfileIds, userId);1981 return mCurrentProfileIds;1995 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
454 int[] mCurrentProfileIds = new int[] {}; field in WindowManagerService3154 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()3161 mCurrentProfileIds = currentProfileIds; in setCurrentUser()3192 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfileLocked()3193 if (mCurrentProfileIds[i] == userId) return true; in isCurrentProfileLocked()