Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DUserHalServiceTest.java1163 request.associationTypes.add(KEY_FOB); in testGetUserAssociation_requestWithDuplicatedTypes()
1164 request.associationTypes.add(KEY_FOB); in testGetUserAssociation_requestWithDuplicatedTypes()
1198 propResponse.value.int32Values.add(KEY_FOB); in testGetUserAssociation_wrongNumberOfAssociationsOnResponse()
1232 propResponse.value.int32Values.add(KEY_FOB); in testGetUserAssociation_requestIdMismatch()
1248 propResponse.value.int32Values.add(KEY_FOB); in testGetUserAssociation_ok()
1300 association1.type = KEY_FOB; in testSetUserAssociation_requestWithDuplicatedTypes()
1412 propResponse.value.int32Values.add(KEY_FOB); in testSetUserAssociation_wrongNumberOfAssociationsOnResponse()
1464 propResponse.value.int32Values.add(KEY_FOB); in testSetUserAssociation_ok()
1583 request.associationTypes.add(KEY_FOB); in replyToValidGetUserIdentificationRequest()
1587 /* numberAssociations= */ 1, KEY_FOB))) in replyToValidGetUserIdentificationRequest()
[all …]
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java32 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.KEY_FOB;
457 request.associationTypes.add(KEY_FOB); in testUserIdentificationGetRequestToVehiclePropValue_missingRequestId()
470 request.associationTypes.add(KEY_FOB); in testUserIdentificationGetRequestToVehiclePropValue_ok()
477 .containsExactly(1, 42, 108, 2, KEY_FOB, CUSTOM_1).inOrder(); in testUserIdentificationGetRequestToVehiclePropValue_ok()
536 prop.value.int32Values.add(KEY_FOB); in testToUserIdentificationResponse_invalidValue()
549 prop.value.int32Values.add(KEY_FOB); in testToUserIdentificationResponse_ok()
563 assertAssociation(response, 0, KEY_FOB, ASSOCIATED_ANOTHER_USER); in testToUserIdentificationResponse_ok()
871 association1.type = KEY_FOB; in testUserIdentificationSetRequestToVehiclePropValue_invalidValue()
885 association1.type = KEY_FOB; in testUserIdentificationSetRequestToVehiclePropValue_missingRequestId()
901 association1.type = KEY_FOB; in testUserIdentificationSetRequestToVehiclePropValue_ok()
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
H A DUserFragment.java20 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.KEY_FOB;
282 .getUserIdentificationAssociation(KEY_FOB); in isAssociatedKeyFob()
296 .setUserIdentificationAssociation(new int[] { KEY_FOB } , new int[] { value }); in associateKeyFob()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp63 static_cast<int32_t>(UserIdentificationAssociationType::KEY_FOB);
434 .associationTypes = {UserIdentificationAssociationType::KEY_FOB, in TEST()
510 .associations = {{UserIdentificationAssociationType::KEY_FOB, in TEST()
695 .associations = {{UserIdentificationAssociationType::KEY_FOB, in TEST()
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/
H A DUserHalHelper.java289 case UserIdentificationAssociationType.KEY_FOB: in isValidUserIdentificationAssociationType()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java29 import static android.hardware.automotive.vehicle.V2_0.UserIdentificationAssociationType.KEY_FOB;
329 VALID_USER_AUTH_TYPES.put(KEY_FOB, UserIdentificationAssociationType.toString(KEY_FOB)); in VALID_USER_AUTH_TYPES.put() argument
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
H A DCarUserManagerUnitTest.java94 .isEqualTo(UserIdentificationAssociationType.KEY_FOB); in testUserIdentificationAssociationType()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal3017 * int32[4]: 1 (1st type queried, UserIdentificationAssociationType::KEY_FOB)
3025 * int32[2]: 1 (1st type: UserIdentificationAssociationType::KEY_FOB)
3053 * int32[3]: 1 (1st type: UserIdentificationAssociationType::KEY_FOB)
5124 KEY_FOB = 1,