Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java3031 expectedAndroidFailure, userOperationErrorToString(expectedAndroidFailure), in assertUserSwitchResultForAndroidFailure()
3032 actualAndroidFailure, userOperationErrorToString(actualAndroidFailure), in assertUserSwitchResultForAndroidFailure()
3075 private static String userOperationErrorToString(int error) { in userOperationErrorToString() method in CarUserServiceTest
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1151 userOperationErrorToString(result)); in switchOrLogoutUser()
3036 private static String userOperationErrorToString(int error) { in userOperationErrorToString() method in CarUserService