Searched refs:AP_POWER_BOOTUP_REASON (Results 1 – 11 of 11) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PowerHalServiceUnitTest.java | 30 import static android.hardware.automotive.vehicle.VehicleProperty.AP_POWER_BOOTUP_REASON; 626 when(mHal.get(AP_POWER_BOOTUP_REASON)).thenReturn( in testGetVehicleApBootupReason_UserPowerOn() 627 mPropValueBuilder.build(AP_POWER_BOOTUP_REASON, /* areaId= */ 0, in testGetVehicleApBootupReason_UserPowerOn() 636 when(mHal.get(AP_POWER_BOOTUP_REASON)).thenReturn( in testGetVehicleApBootupReason_SystemUserDetection() 637 mPropValueBuilder.build(AP_POWER_BOOTUP_REASON, /* areaId= */ 0, in testGetVehicleApBootupReason_SystemUserDetection() 646 when(mHal.get(AP_POWER_BOOTUP_REASON)).thenReturn( in testGetVehicleApBootupReason_SystemRemoteAccess() 647 mPropValueBuilder.build(AP_POWER_BOOTUP_REASON, /* areaId= */ 0, in testGetVehicleApBootupReason_SystemRemoteAccess() 656 when(mHal.get(AP_POWER_BOOTUP_REASON)).thenReturn( in testGetVehicleApBootupReason_SystemEnterGarageMode() 657 mPropValueBuilder.build(AP_POWER_BOOTUP_REASON, /* areaId= */ 0, in testGetVehicleApBootupReason_SystemEnterGarageMode() 666 when(mHal.get(AP_POWER_BOOTUP_REASON)).thenReturn( in testGetVehicleApBootupReason_unknownReason() [all …]
|
/packages/services/Car/service/src/com/android/car/hal/ |
D | PowerHalService.java | 18 import static android.hardware.automotive.vehicle.VehicleProperty.AP_POWER_BOOTUP_REASON; 83 propertyInfo.put(AP_POWER_BOOTUP_REASON, new PropertyInfo(/*needSubscription=*/ false)); in getSupportedProperties() 632 HalPropValue value = mHal.get(AP_POWER_BOOTUP_REASON); in getVehicleApBootupReason()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 2413 VehicleProperty.AP_POWER_BOOTUP_REASON, /* areaId= */ 0); in testOnInitComplete() 2415 VehicleProperty.AP_POWER_BOOTUP_REASON, in testOnInitComplete() 2471 VehicleProperty.AP_POWER_BOOTUP_REASON, /* areaId= */ 0); in testOnInitComplete_bootupReasonNotSupported() 2472 mHalPropValueBuilder.build(VehicleProperty.AP_POWER_BOOTUP_REASON, in testOnInitComplete_bootupReasonNotSupported() 2510 VehicleProperty.AP_POWER_BOOTUP_REASON, /* areaId= */ 0); in testOnInitComplete_bootUpReasonNotGarageMode() 2513 VehicleProperty.AP_POWER_BOOTUP_REASON, in testOnInitComplete_bootUpReasonNotGarageMode() 2551 VehicleProperty.AP_POWER_BOOTUP_REASON, /* areaId= */ 0); in testOnInitComplete_vehicleInUse() 2553 VehicleProperty.AP_POWER_BOOTUP_REASON, in testOnInitComplete_vehicleInUse()
|
/packages/services/Car/car-lib/api/ |
D | baseline.txt | 4 MissingPermission: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON: 5 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is…
|
D | test-baseline.txt | 4 MissingPermission: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON: 5 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is…
|
D | lint-baseline.txt | 198 Todo: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON: 696 UnflaggedApi: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON: 697 …w API must be flagged with @FlaggedApi: field android.car.VehiclePropertyIds.AP_POWER_BOOTUP_REASON
|
D | current.txt | 320 …sion("android.car.permission.CAR_POWER") public static final int AP_POWER_BOOTUP_REASON = 28940953…
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 226 propsToString.put(VehiclePropertyIds.AP_POWER_BOOTUP_REASON, "AP_POWER_BOOTUP_REASON"); in testToString()
|
/packages/services/Car/car-lib/src/android/car/ |
D | VehiclePropertyIds.java | 2253 public static final int AP_POWER_BOOTUP_REASON = 289409538; field in VehiclePropertyIds
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 320 …sion("android.car.permission.CAR_POWER") public static final int AP_POWER_BOOTUP_REASON = 28940953…
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 2576 field TIRAMISU_0 int AP_POWER_BOOTUP_REASON = 289409538;
|