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.java2958 expectedAndroidFailure, userOperationErrorToString(expectedAndroidFailure), in assertUserSwitchResultForAndroidFailure()
2959 actualAndroidFailure, userOperationErrorToString(actualAndroidFailure), in assertUserSwitchResultForAndroidFailure()
3002 private static String userOperationErrorToString(int error) { in userOperationErrorToString() method in CarUserServiceTest
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1090 userOperationErrorToString(result)); in switchOrLogoutUser()
2868 private static String userOperationErrorToString(int error) { in userOperationErrorToString() method in CarUserService