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()
205 private int[] mCurrentProfileIds = new int[] {}; field in UserController1809 mCurrentProfileIds = currentProfileIds;2020 return ArrayUtils.contains(mCurrentProfileIds, userId);2026 return mCurrentProfileIds;2040 mCurrentProfileIds = ArrayUtils.removeInt(mCurrentProfileIds, userId);
454 int[] mCurrentProfileIds = new int[] {}; field in WindowManagerService3169 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()3176 mCurrentProfileIds = currentProfileIds; in setCurrentUser()3207 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfileLocked()3208 if (mCurrentProfileIds[i] == userId) return true; in isCurrentProfileLocked()