Searched refs:CUSTOM_1 (Results 1 – 5 of 5) sorted by relevance
/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/user/ |
D | CarUserManagerPermissionTest.java | 25 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1; 117 () -> mCarUserManager.getUserIdentificationAssociation(CUSTOM_1)); in testGetUserIdentificationAssociationPermission() 125 new int[] {CUSTOM_1}, new int[] {42})); in testSetUserIdentificationAssociationPermission() 132 () -> mCarUserManager.getUserIdentificationAssociation(CUSTOM_1)); in testSetUserSwitchUiCallback()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | UserHalHelperTest.java | 26 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1; 376 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(CUSTOM_1)).isTrue(); in testIsValidUserIdentificationAssociationType_valid() 471 request.associationTypes.add(CUSTOM_1); in testUserIdentificationGetRequestToVehiclePropValue_ok() 477 .containsExactly(1, 42, 108, 2, KEY_FOB, CUSTOM_1).inOrder(); in testUserIdentificationGetRequestToVehiclePropValue_ok() 551 prop.value.int32Values.add(CUSTOM_1); in testToUserIdentificationResponse_ok() 564 assertAssociation(response, 1, CUSTOM_1, ASSOCIATED_CURRENT_USER); in testToUserIdentificationResponse_ok() 905 association2.type = CUSTOM_1; in testUserIdentificationSetRequestToVehiclePropValue_ok() 915 CUSTOM_1, DISASSOCIATE_CURRENT_USER) in testUserIdentificationSetRequestToVehiclePropValue_ok()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalServiceTest.java | 30 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1; 1105 propResponse.value.int32Values.add(CUSTOM_1); in testGetUserAssociation_wrongNumberOfAssociationsOnResponse() 1121 propResponse.value.int32Values.add(CUSTOM_1); in testGetUserAssociation_typesOnResponseMismatchTypesOnRequest() 1318 propResponse.value.int32Values.add(CUSTOM_1); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse() 1343 propResponse.value.int32Values.add(CUSTOM_1); // request is KEY_FOB in testSetUserAssociation_typeMismatchOnResponse()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 21 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1; 198 VALID_USER_AUTH_TYPES.put(CUSTOM_1, UserIdentificationAssociationType.toString(CUSTOM_1)); in VALID_USER_AUTH_TYPES.put() argument
|
/packages/services/Car/user/car-user-lib/src/android/car/userlib/ |
D | UserHalHelper.java | 290 case UserIdentificationAssociationType.CUSTOM_1: in isValidUserIdentificationAssociationType()
|