Searched defs:unlockListener (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java26112 startUserInBackgroundWithListener(final int userId, @Nullable IProgressListener unlockListener) argument
[all...]
H A DUserController.java912 @Nullable IProgressListener unlockListener) {
969 mHandler.post(() -> startUser(userId, foreground, unlockListener));
976 if (unlockListener != null) {
977 uss.mUnlockProgress.addListener(unlockListener);
909 startUser( final int userId, final boolean foreground, @Nullable IProgressListener unlockListener) argument

Completed in 114 milliseconds