Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalHelperTest.java381 () -> UserHalHelper.toHalPropValue( in testUserIdentificationGetRequestToHalPropValue_null()
391 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationGetRequestToHalPropValue_nullAssociationTypes()
399 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationGetRequestToHalPropValue_emptyRequest()
408 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationGetRequestToHalPropValue_wrongNumberOfAssociations()
418 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationGetRequestToHalPropValue_invalidType()
430 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationGetRequestToHalPropValue_missingRequestId()
442 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testUserIdentificationGetRequestToHalPropValue_ok()
846 () -> UserHalHelper.toHalPropValue( in testUserIdentificationSetRequestToHalPropValue_null()
856 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationSetRequestToHalPropValue_nullAssociations()
865 () -> UserHalHelper.toHalPropValue(mPropValueBuilder, request)); in testUserIdentificationSetRequestToHalPropValue_emptyRequest()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java412 public static HalPropValue toHalPropValue(HalPropValueBuilder builder, in toHalPropValue() method in UserHalHelper
448 public static HalPropValue toHalPropValue(HalPropValueBuilder builder, in toHalPropValue() method in UserHalHelper
487 public static HalPropValue toHalPropValue(HalPropValueBuilder builder, in toHalPropValue() method in UserHalHelper
529 public static HalPropValue toHalPropValue(HalPropValueBuilder builder, in toHalPropValue() method in UserHalHelper
558 public static HalPropValue toHalPropValue(HalPropValueBuilder builder, in toHalPropValue() method in UserHalHelper
DUserHalService.java396 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in switchUser()
427 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in removeUser()
465 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in createUser()
493 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in postSwitchResponse()
523 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in legacyUserSwitch()
568 HalPropValue requestAsPropValue = UserHalHelper.toHalPropValue(mPropValueBuilder, in getUserAssociation()
668 HalPropValue propRequest = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in setUserAssociation()