Home
last modified time | relevance | path

Searched refs:userNames (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
H A DProfileSwitcher.java312 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument
313 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
H A DUserGridRecyclerView.java542 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument
543 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1780 Pair<UserInfo, UserInfo> userNames = new Pair<>(currentUserInfo, targetUserInfo);
1783 START_USER_SWITCH_UI_MSG, userNames));