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 D | UserHalServiceTest.java | 1163 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 D | UserHalHelperTest.java | 32 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 D | UserFragment.java | 20 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 D | UserHalHelper_test.cpp | 63 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 D | UserHalHelper.java | 289 case UserIdentificationAssociationType.KEY_FOB: in isValidUserIdentificationAssociationType()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarShellCommand.java | 29 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 D | CarUserManagerUnitTest.java | 94 .isEqualTo(UserIdentificationAssociationType.KEY_FOB); in testUserIdentificationAssociationType()
|
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 3017 * 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,
|