Searched refs:mCurrentProfileIds (Results 1 – 4 of 4) sorted by relevance
1045 private int[] mCurrentProfileIds = new int[0]; field in TextServicesManagerService.TextServicesSettings1128 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()1135 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()1136 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()1180 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
143 private int[] mCurrentProfileIds = new int[] {}; field in UserController828 mService.mWindowManager.setCurrentUser(userId, mCurrentProfileIds); in startUser()835 mService.mWindowManager.setCurrentProfileIds(mCurrentProfileIds); in startUser()1360 mCurrentProfileIds = currentProfileIds; in updateCurrentProfileIdsLocked()1510 return ArrayUtils.contains(mCurrentProfileIds, userId); in isCurrentProfileLocked()1514 return mCurrentProfileIds; in getCurrentProfileIdsLocked()
899 private int[] mCurrentProfileIds = new int[0]; field in InputMethodUtils.InputMethodSettings1028 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()1035 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()1036 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()1447 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
378 int[] mCurrentProfileIds = new int[] {}; field in WindowManagerService5739 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()5746 mCurrentProfileIds = currentProfileIds; in setCurrentUser()5801 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfileLocked()5802 if (mCurrentProfileIds[i] == userId) return true; in isCurrentProfileLocked()