Searched refs:userNames (Results 1 – 3 of 3) sorted by relevance
312 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument313 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()
542 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument543 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()
1780 Pair<UserInfo, UserInfo> userNames = new Pair<>(currentUserInfo, targetUserInfo);1783 START_USER_SWITCH_UI_MSG, userNames));