Searched defs:stopSingleUserLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java453 stopSingleUserLocked(userId, callback);
461 stopSingleUserLocked(userIdToStop, userIdToStop == userId ? callback : null);
466 private void stopSingleUserLocked(final int userId, final IStopUserCallback callback) { method in class:UserController
467 if (DEBUG_MU) Slog.i(TAG, "stopSingleUserLocked userId=" + userId);

Completed in 55 milliseconds