Searched refs:USER_STOPPED (Results 1 – 5 of 5) sorted by relevance
25 import static com.android.server.location.UserInfoHelper.UserListener.USER_STOPPED;62 int USER_STOPPED = 3; field64 @IntDef({CURRENT_USER_CHANGED, USER_STARTED, USER_STOPPED})129 listener.onUserChanged(userId, USER_STOPPED); in dispatchOnUserStopped()
33 import static com.android.server.location.UserInfoHelper.UserListener.USER_STOPPED;651 case USER_STOPPED: in onUserChanged()
130 verify(listener).onUserChanged(USER2_ID, UserListener.USER_STOPPED); in testListener_StopUser()133 verify(listener).onUserChanged(USER2_MANAGED_ID, UserListener.USER_STOPPED); in testListener_StopUser()
328 public static final int USER_STOPPED = 29; field in UsageEvents.Event
27 import static android.app.usage.UsageEvents.Event.USER_STOPPED;320 final Event event = new Event(USER_STOPPED, SystemClock.elapsedRealtime()); in onStopUser()