Home
last modified time | relevance | path

Searched defs:REMOVE_USER (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.cpp41 constexpr int32_t REMOVE_USER = static_cast<int32_t>(VehicleProperty::REMOVE_USER); variable
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DVehiclePropertyIds.java1665 public static final int REMOVE_USER = 299896586; field in VehiclePropertyIds
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp44 constexpr int32_t REMOVE_USER = static_cast<int32_t>(VehicleProperty::REMOVE_USER); variable