Home
last modified time | relevance | path

Searched refs:UserState (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java31 import android.automotive.watchdog.internal.UserState;
358 ? UserState.USER_STATE_STARTED : UserState.USER_STATE_STOPPED; in registerToDaemon()
361 if (userState == UserState.USER_STATE_STOPPED) { in registerToDaemon()
438 userState = UserState.USER_STATE_STARTED; in subscribeUserStateChange()
443 userState = UserState.USER_STATE_STOPPED; in subscribeUserStateChange()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogInternalHandler.cpp185 aawi::UserState userState = static_cast<aawi::UserState>(static_cast<uint32_t>(arg2)); in notifySystemStateChange()
186 if (userState >= aawi::UserState::NUM_USER_STATES) { in notifySystemStateChange()
DWatchdogProcessService.cpp285 Status WatchdogProcessService::notifyUserStateChange(userid_t userId, aawi::UserState state) { in notifyUserStateChange()
289 case aawi::UserState::USER_STATE_STARTED: in notifyUserStateChange()
293 case aawi::UserState::USER_STATE_STOPPED: in notifyUserStateChange()
DWatchdogProcessService.h83 userid_t userId, android::automotive::watchdog::internal::UserState state);
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/1/android/automotive/watchdog/
DUserState.aidl20 enum UserState { enum
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/2/android/automotive/watchdog/
DUserState.aidl20 enum UserState { enum
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DUserState.aidl23 enum UserState { enum
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/current/android/automotive/watchdog/
DUserState.aidl39 enum UserState { enum
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/
DUserState.aidl27 enum UserState { enum
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog/3/android/automotive/watchdog/
DUserState.aidl39 enum UserState { enum
/packages/services/Car/cpp/watchdog/server/tests/
DMockWatchdogProcessService.h77 (userid_t userId, android::automotive::watchdog::internal::UserState state),
DWatchdogInternalHandlerTest.cpp370 notifyUserStateChange(234567, aawi::UserState::USER_STATE_STOPPED)) in TEST_F()
375 aawi::UserState::USER_STATE_STOPPED)); in TEST_F()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java338 static class UserState { class in RunningState
611 UserState mUser;
893 userItem.mUser = new UserState(); in addOtherUserItem()