Home
last modified time | relevance | path

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/
DPowerHalServiceUnitTest.java30 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/
DPowerHalService.java18 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/
DCarPowerManagementServiceUnitTest.java2413 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/
Dbaseline.txt4 MissingPermission: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON:
5 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is…
Dtest-baseline.txt4 MissingPermission: android.car.VehiclePropertyIds#AP_POWER_BOOTUP_REASON:
5 …Permission Car.PERMISSION_CAR_POWER required by field VehiclePropertyIds.AP_POWER_BOOTUP_REASON is…
Dlint-baseline.txt198 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
Dcurrent.txt320 …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/
DVehiclePropertyIdsTest.java226 propsToString.put(VehiclePropertyIds.AP_POWER_BOOTUP_REASON, "AP_POWER_BOOTUP_REASON"); in testToString()
/packages/services/Car/car-lib/src/android/car/
DVehiclePropertyIds.java2253 public static final int AP_POWER_BOOTUP_REASON = 289409538; field in VehiclePropertyIds
/packages/services/Car/car-lib-module/api/
Dcurrent.txt320 …sion("android.car.permission.CAR_POWER") public static final int AP_POWER_BOOTUP_REASON = 28940953…
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt2576 field TIRAMISU_0 int AP_POWER_BOOTUP_REASON = 289409538;