Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DAddNewProfileTask.java56 protected UserInfo doInBackground(String... profileNames) { in doInBackground() argument
57 AsyncFuture<UserCreationResult> future = mCarUserManager.createUser(profileNames[0], in doInBackground()