Home
last modified time | relevance | path

Searched refs:mCurrentProfileIds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java1045 private int[] mCurrentProfileIds = new int[0]; field in TextServicesManagerService.TextServicesSettings
1128 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()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java143 private int[] mCurrentProfileIds = new int[] {}; field in UserController
828 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()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java899 private int[] mCurrentProfileIds = new int[0]; field in InputMethodUtils.InputMethodSettings
1028 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()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java378 int[] mCurrentProfileIds = new int[] {}; field in WindowManagerService
5739 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()