Home | History | Annotate | Download | only in server

Lines Matching refs:onStopUser

286         public void onStopUser(@UserIdInt int userHandle) {
288 Slog.d(TAG, "onStopUser userId: " + userHandle);
290 mService.onStopUser(userHandle);
304 void onStopUser(@UserIdInt int userId) {