Home
last modified time | relevance | path

Searched refs:USER_STOPPED (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/injector/
DUserInfoHelper.java24 import static com.android.server.location.injector.UserInfoHelper.UserListener.USER_STOPPED;
50 int USER_STOPPED = 3; field
53 @IntDef({CURRENT_USER_CHANGED, USER_STARTED, USER_STOPPED, USER_VISIBILITY_CHANGED})
99 listener.onUserChanged(userId, USER_STOPPED); in dispatchOnUserStopped()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/injector/
DSystemUserInfoHelperTest.java139 verify(listener).onUserChanged(USER2_ID, UserListener.USER_STOPPED); in testListener_StopUser()
142 verify(listener).onUserChanged(USER2_MANAGED_ID, UserListener.USER_STOPPED); in testListener_StopUser()
/frameworks/base/services/core/java/com/android/server/
DSystemServiceManager.java88 private static final String USER_STOPPED = "Cleanup"; // Logged as onUserStopped() field in SystemServiceManager
469 onUser(USER_STOPPED, userId); in onUserStopped()
577 case USER_STOPPED: in onUser()
/frameworks/base/core/java/android/app/usage/
DUsageEvents.java335 public static final int USER_STOPPED = 29; field in UsageEvents.Event
392 USER_STOPPED,
/frameworks/base/services/usage/java/com/android/server/usage/
DUserUsageStatsService.java1393 case Event.USER_STOPPED: in eventToString()
DUsageStatsService.java28 import static android.app.usage.UsageEvents.Event.USER_STOPPED;
485 final Event event = new Event(USER_STOPPED, SystemClock.elapsedRealtime()); in onUserStopping()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java2496 case UserListener.USER_STOPPED:
/frameworks/base/core/api/
Dtest-current.txt1046 field public static final String ACTION_USER_STOPPED = "android.intent.action.USER_STOPPED";