Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java559 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument
560 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/qc/
DProfileSwitcher.java492 protected UserInfo doInBackground(String... userNames) { in doInBackground() argument
493 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(userNames[0], in doInBackground()