Home
last modified time | relevance | path

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

/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DCommonConstants.java33 public static final String BUNDLE_USER_ID = "user.id"; field in CommonConstants.CarUserServiceConstants
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java121 public static final String BUNDLE_USER_ID = CarUserServiceConstants.BUNDLE_USER_ID; field in CarUserService
647 resultData.putInt(BUNDLE_USER_ID, resp.userToSwitchOrCreate.userId); in getInitialUserInfo()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2053 int actualUserId = resultData.getInt(CarUserService.BUNDLE_USER_ID); in assertUserId()
2054 assertWithMessage("wrong user id on bundle extra %s", CarUserService.BUNDLE_USER_ID) in assertUserId()
2059 assertNoExtra(resultData, CarUserService.BUNDLE_USER_ID); in assertNoUserId()