Home
last modified time | relevance | path

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

/packages/services/Car/user/car-user-lib/src/android/car/userlib/
DCommonConstants.java36 public static final String BUNDLE_USER_LOCALES = "user.locales"; field in CommonConstants.CarUserServiceConstants
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java129 public static final String BUNDLE_USER_LOCALES = field in CarUserService
130 CarUserServiceConstants.BUNDLE_USER_LOCALES;
667 resultData.putString(BUNDLE_USER_LOCALES, resp.userLocales); in getInitialUserInfo()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2095 String actualLocales = resultData.getString(CarUserService.BUNDLE_USER_LOCALES); in assertInitialInfoUserLocales()
2097 CarUserService.BUNDLE_USER_LOCALES).that(actualLocales) in assertInitialInfoUserLocales()