Searched refs:UserIdentificationAssociationType (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | UserHalHelper.java | 35 import android.hardware.automotive.vehicle.UserIdentificationAssociationType; 250 case UserIdentificationAssociationType.KEY_FOB: in isValidUserIdentificationAssociationType() 251 case UserIdentificationAssociationType.CUSTOM_1: in isValidUserIdentificationAssociationType() 252 case UserIdentificationAssociationType.CUSTOM_2: in isValidUserIdentificationAssociationType() 253 case UserIdentificationAssociationType.CUSTOM_3: in isValidUserIdentificationAssociationType() 254 case UserIdentificationAssociationType.CUSTOM_4: in isValidUserIdentificationAssociationType()
|
D | UserHalService.java | 43 import android.hardware.automotive.vehicle.UserIdentificationAssociationType; 559 DebugUtils.constantToString(UserIdentificationAssociationType.class, type), in getUserAssociation() 616 UserIdentificationAssociationType.class, expectedType) in getUserAssociation() 618 UserIdentificationAssociationType.class, actualType)); in getUserAssociation() 661 DebugUtils.constantToString(UserIdentificationAssociationType.class, type), in setUserAssociation() 748 + DebugUtils.constantToString(UserIdentificationAssociationType.class, in handleOnUserIdentificationAssociation() 751 + DebugUtils.constantToString(UserIdentificationAssociationType.class, in handleOnUserIdentificationAssociation()
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/ |
D | CarUserManagerUnitTest.java | 55 import android.hardware.automotive.vehicle.UserIdentificationAssociationType; 109 .isEqualTo(UserIdentificationAssociationType.KEY_FOB); in testUserIdentificationAssociationType() 111 .isEqualTo(UserIdentificationAssociationType.CUSTOM_1); in testUserIdentificationAssociationType() 113 .isEqualTo(UserIdentificationAssociationType.CUSTOM_2); in testUserIdentificationAssociationType() 115 .isEqualTo(UserIdentificationAssociationType.CUSTOM_3); in testUserIdentificationAssociationType() 117 .isEqualTo(UserIdentificationAssociationType.CUSTOM_4); in testUserIdentificationAssociationType()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | UserHalHelperTest.java | 24 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1; 25 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_2; 26 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_3; 27 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4; 28 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB; 64 import android.hardware.automotive.vehicle.UserIdentificationAssociationType; 1457 UserIdentificationAssociationType.class, expectedType) in assertAssociation() 1460 UserIdentificationAssociationType.class, actualAssociation.type)); in assertAssociation()
|
D | UserHalServiceTest.java | 26 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1; 27 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB;
|
/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 275 public @interface UserIdentificationAssociationType{} annotation in CarUserManager 986 @UserIdentificationAssociationType int... types) { in getUserIdentificationAssociation() 1024 @UserIdentificationAssociationType int[] types, in setUserIdentificationAssociation()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 30 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_1; 31 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_2; 32 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_3; 33 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.CUSTOM_4; 34 import static android.hardware.automotive.vehicle.UserIdentificationAssociationType.KEY_FOB;
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 59 import android.car.user.CarUserManager.UserIdentificationAssociationType; 1567 @UserIdentificationAssociationType int[] types) { in getUserIdentificationAssociation() 1608 @UserIdentificationAssociationType int[] types, in setUserIdentificationAssociation()
|