Searched refs:mCurrentProfileIds (Results 1 – 4 of 4) sorted by relevance
1074 private int[] mCurrentProfileIds = new int[0]; field in TextServicesManagerService.TextServicesSettings1157 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()1164 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()1165 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()1209 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
154 private int[] mCurrentProfileIds = new int[] {}; field in UserController876 mInjector.getWindowManager().setCurrentUser(userId, mCurrentProfileIds);886 mInjector.getWindowManager().setCurrentProfileIds(mCurrentProfileIds);1431 mCurrentProfileIds = currentProfileIds;1581 return ArrayUtils.contains(mCurrentProfileIds, userId);1585 return mCurrentProfileIds;
851 private int[] mCurrentProfileIds = new int[0]; field in InputMethodUtils.InputMethodSettings980 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()987 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfile()988 if (userId == mCurrentProfileIds[i]) return true; in isCurrentProfile()1383 pw.println(prefix + "mCurrentProfileIds=" + Arrays.toString(mCurrentProfileIds)); in dumpLocked()
388 int[] mCurrentProfileIds = new int[] {}; field in WindowManagerService3307 mCurrentProfileIds = currentProfileIds; in setCurrentProfileIds()3314 mCurrentProfileIds = currentProfileIds; in setCurrentUser()3347 for (int i = 0; i < mCurrentProfileIds.length; i++) { in isCurrentProfileLocked()3348 if (mCurrentProfileIds[i] == userId) return true; in isCurrentProfileLocked()