Home
last modified time | relevance | path

Searched refs:KEY_FOB (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DUserHalServiceTest.java27 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB;
1365 request.associationTypes = new int[]{KEY_FOB, KEY_FOB}; in testGetUserAssociation_requestWithDuplicatedTypes()
1380 KEY_FOB}); in testGetUserAssociation_invalidResponse()
1416 KEY_FOB, in testGetUserAssociation_wrongNumberOfAssociationsOnResponse()
1456 KEY_FOB, in testGetUserAssociation_requestIdMismatch()
1475 KEY_FOB, in testGetUserAssociation_ok()
1487 assertThat(actualAssociation.type).isEqualTo(KEY_FOB); in testGetUserAssociation_ok()
1528 association1.type = KEY_FOB; in testSetUserAssociation_requestWithDuplicatedTypes()
1594 KEY_FOB, in testSetUserAssociation_responseWithWrongRequestId()
1659 KEY_FOB, in testSetUserAssociation_wrongNumberOfAssociationsOnResponse()
[all …]
DUserHalHelperTest.java28 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB;
335 assertThat(UserHalHelper.isValidUserIdentificationAssociationType(KEY_FOB)).isTrue(); in testIsValidUserIdentificationAssociationType_valid()
427 request.associationTypes = new int[]{KEY_FOB}; in testUserIdentificationGetRequestToHalPropValue_missingRequestId()
440 request.associationTypes = new int[]{KEY_FOB, CUSTOM_1}; in testUserIdentificationGetRequestToHalPropValue_ok()
446 .containsExactly(1, 42, 108, 2, KEY_FOB, CUSTOM_1).inOrder(); in testUserIdentificationGetRequestToHalPropValue_ok()
509 KEY_FOB, in testToUserIdentificationResponse_invalidValue()
526 KEY_FOB, in testToUserIdentificationResponse_ok()
540 assertAssociation(response, 0, KEY_FOB, ASSOCIATED_ANOTHER_USER); in testToUserIdentificationResponse_ok()
896 association1.type = KEY_FOB; in testUserIdentificationSetRequestToHalPropValue_invalidValue()
910 association1.type = KEY_FOB; in testUserIdentificationSetRequestToHalPropValue_missingRequestId()
[all …]
/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java250 case UserIdentificationAssociationType.KEY_FOB: in isValidUserIdentificationAssociationType()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java109 .isEqualTo(UserIdentificationAssociationType.KEY_FOB); in testUserIdentificationAssociationType()
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java34 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB;
483 VALID_USER_AUTH_TYPES.put(KEY_FOB, "KEY_FOB"); in VALID_USER_AUTH_TYPES.put() argument