Searched refs:CUSTOM_1 (Results 1 – 6 of 6) 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; 147 () -> mCarUserManager.getUserIdentificationAssociation(CUSTOM_1)); in testGetUserIdentificationAssociationPermission() 156 new int[] {CUSTOM_1}, new int[] {42})); in testSetUserIdentificationAssociationPermission()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/ |
D | UserHalHelperTest.java | 28 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; 1133 propResponse.value.int32Values.add(CUSTOM_1); in testGetUserAssociation_wrongNumberOfAssociationsOnResponse() 1149 propResponse.value.int32Values.add(CUSTOM_1); in testGetUserAssociation_typesOnResponseMismatchTypesOnRequest() 1347 propResponse.value.int32Values.add(CUSTOM_1); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse() 1372 propResponse.value.int32Values.add(CUSTOM_1); // request is KEY_FOB in testSetUserAssociation_typeMismatchOnResponse()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 24 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.CUSTOM_1; 309 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()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/ |
D | CarUserManagerUnitTest.java | 96 .isEqualTo(UserIdentificationAssociationType.CUSTOM_1); in testUserIdentificationAssociationType()
|