Searched refs:USER_STOPPED (Results 1 – 8 of 8) sorted by relevance
24 import static com.android.server.location.injector.UserInfoHelper.UserListener.USER_STOPPED;50 int USER_STOPPED = 3; field53 @IntDef({CURRENT_USER_CHANGED, USER_STARTED, USER_STOPPED, USER_VISIBILITY_CHANGED})99 listener.onUserChanged(userId, USER_STOPPED); in dispatchOnUserStopped()
139 verify(listener).onUserChanged(USER2_ID, UserListener.USER_STOPPED); in testListener_StopUser()142 verify(listener).onUserChanged(USER2_MANAGED_ID, UserListener.USER_STOPPED); in testListener_StopUser()
88 private static final String USER_STOPPED = "Cleanup"; // Logged as onUserStopped() field in SystemServiceManager469 onUser(USER_STOPPED, userId); in onUserStopped()577 case USER_STOPPED: in onUser()
335 public static final int USER_STOPPED = 29; field in UsageEvents.Event392 USER_STOPPED,
1393 case Event.USER_STOPPED: in eventToString()
28 import static android.app.usage.UsageEvents.Event.USER_STOPPED;485 final Event event = new Event(USER_STOPPED, SystemClock.elapsedRealtime()); in onUserStopping()
2496 case UserListener.USER_STOPPED:
1046 field public static final String ACTION_USER_STOPPED = "android.intent.action.USER_STOPPED";