Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/
DUserEventManager.java279 return getUserCreationResult(future); in createNewUser()
287 return getUserCreationResult(future); in createGuest()
291 private UserCreationResult getUserCreationResult(AsyncFuture<UserCreationResult> future) { in getUserCreationResult() method in UserEventManager
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java1921 UserCreationResult result = getUserCreationResult(); in testCreateUser_umCreateReturnsNull()
1941 UserCreationResult result = getUserCreationResult(); in testCreateUser_umCreateThrowsException()
1963 UserCreationResult result = getUserCreationResult(); in testCreateUser_internalHalFailure()
1983 UserCreationResult result = getUserCreationResult(); in testCreateUser_halFailure()
2004 UserCreationResult result = getUserCreationResult(); in testCreateUser_halTimeout()
2026 UserCreationResult result = getUserCreationResult(); in testCreateUser_halServiceThrowsRuntimeException()
2047 UserCreationResult result = getUserCreationResult(); in testCreateUser_halNotSupported_success()
2099 UserCreationResult result = getUserCreationResult(); in testCreateUser_success()
2133 UserCreationResult result = getUserCreationResult(); in testCreateUser_guest_success()
2187 .that(getUserCreationResult().getStatus()) in testCreateUser_concurrentRequests_success()
[all …]
DBaseCarUserServiceTestCase.java563 protected UserCreationResult getUserCreationResult() throws Exception { in getUserCreationResult() method in BaseCarUserServiceTestCase