Searched defs:currentProfileIds (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java1126 public void setCurrentProfileIds(int[] currentProfileIds) { argument
1128 mCurrentProfileIds = currentProfileIds;
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodUtils.java1026 public void setCurrentProfileIds(int[] currentProfileIds) { argument
1028 mCurrentProfileIds = currentProfileIds;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java5659 public void setCurrentProfileIds(final int[] currentProfileIds) { argument
5661 mCurrentProfileIds = currentProfileIds;
5665 public void setCurrentUser(final int newUserId, final int[] currentProfileIds) { argument
5668 mCurrentProfileIds = currentProfileIds;

Completed in 588 milliseconds