Home
last modified time | relevance | path

Searched refs:SWITCH_USER (Results 1 – 15 of 15) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp42 constexpr int32_t SWITCH_USER = static_cast<int32_t>(VehicleProperty::SWITCH_USER); variable
210 .prop = SWITCH_USER, in TEST()
243 .prop = SWITCH_USER, in TEST()
253 .prop = SWITCH_USER, in TEST()
265 .prop = SWITCH_USER, in TEST()
276 .prop = SWITCH_USER, in TEST()
286 .prop = SWITCH_USER, in TEST()
596 .prop = SWITCH_USER, in TEST()
656 .prop = SWITCH_USER, in TEST()
/aosp12/frameworks/base/core/java/com/android/internal/inputmethod/
H A DUnbindReason.java37 UnbindReason.SWITCH_USER})
68 int SWITCH_USER = 6; field
H A DInputMethodDebug.java92 case UnbindReason.SWITCH_USER: in unbindReasonToString()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DUserHalServiceTest.java22 import static android.car.VehiclePropertyIds.SWITCH_USER;
183 newSubscribableConfig(SWITCH_USER), in setFixtures()
233 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCorePropertiesButEnabledPropertyNotSet()
246 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCorePropertiesButDisabled()
258 newSubscribableConfig(SWITCH_USER))); in testTakeSupportedProperties_supportedAllCoreProperties()
271 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllPropertiesButDisabled()
285 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllPropertiesButEnablePropertyNotSet()
298 newSubscribableConfig(SWITCH_USER), in testTakeSupportedProperties_supportedAllProperties()
601 replySetPropertyWithTimeoutException(SWITCH_USER); in testSwitchUser_halSetTimedOut()
636 replySetPropertyWithOnChangeEvent(SWITCH_USER, propResponse, in testSwitchUser_halReplyWithWrongRequestId()
[all …]
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.cpp39 constexpr int32_t SWITCH_USER = static_cast<int32_t>(VehicleProperty::SWITCH_USER); variable
66 case SWITCH_USER: in isSupported()
83 case SWITCH_USER: in onSetProperty()
103 case SWITCH_USER: in onGetProperty()
H A DDefaultConfig.h983 .prop = toInt(VehicleProperty::SWITCH_USER),
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/
H A DUserHalHelper.cpp183 auto ret = verifyPropValue(propValue, VehicleProperty::SWITCH_USER, 2); in toSwitchUserRequest()
292 ALOGE("Invalid %s message type %s from HAL", toString(VehicleProperty::SWITCH_USER).c_str(), in toVehiclePropValue()
297 propValue->prop = static_cast<int32_t>(VehicleProperty::SWITCH_USER); in toVehiclePropValue()
322 propValue->prop = static_cast<int32_t>(VehicleProperty::SWITCH_USER); in toVehiclePropValue()
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DVehiclePropertyIds.java1645 public static final int SWITCH_USER = 299896584; field in VehiclePropertyIds
2128 case SWITCH_USER: in toString()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DUserHalService.java21 import static android.car.VehiclePropertyIds.SWITCH_USER;
100 SWITCH_USER,
108 SWITCH_USER,
190 case SWITCH_USER: in onHalEvents()
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DVehiclePropertyIdsTest.java343 assertEquals("SWITCH_USER", VehiclePropertyIds.toString(VehiclePropertyIds.SWITCH_USER)); in testToString()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DCarPropertyManager.java942 case VehiclePropertyIds.SWITCH_USER: in checkSupportedProperty()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarPropertyManagerTest.java160 VehiclePropertyIds.SWITCH_USER,
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal2722 * user-related properties (INITIAL_USER_INFO, SWITCH_USER, CREATE_USER, and REMOVE_USER).
2759 * then it must wait for the SWITCH_USER(type=ANDROID_POST_SWITCH) call to recover
2760 * (for example, it could issue a SWITCH_USER(type=VEHICLE_REQUEST) to switch back to
2787 * Android with a SWITCH_USER(type=VEHICLE_RESPONSE) indicating whether its internal
2897 SWITCH_USER = (
4939 * Defines the format of a SWITCH_USER property.
4971 * Defines the reason a SWITCH_USER call was made.
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1709 resetCurrentMethodAndClient(UnbindReason.SWITCH_USER); in switchUserOnHandlerLocked()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto13921 SWITCH_USER = 1; // Indicates that this is a user switch event enumerator