Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserGridRecyclerView.java496 UserCreationResult userCreationResult; in getUserInfo() local
498 userCreationResult = future.get(TIMEOUT_MS, TimeUnit.MILLISECONDS); in getUserInfo()
504 if (userCreationResult == null) { in getUserInfo()
508 if (!userCreationResult.isSuccess() || userCreationResult.getUser() == null) { in getUserInfo()
509 Log.w(TAG, "Could not create user: " + userCreationResult); in getUserInfo()
513 return userCreationResult.getUser(); in getUserInfo()