Searched refs:unlockListener (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | UserController.java | 1450 @Nullable IProgressListener unlockListener) { 1514 @Nullable IProgressListener unlockListener) { 1541 @Nullable IProgressListener unlockListener) { 1547 unlockListener); 1671 unlockListener)); 1679 if (unlockListener != null) { 1680 uss.mUnlockProgress.addListener(unlockListener); 3363 public final IProgressListener unlockListener; 3366 IProgressListener unlockListener) { 3369 this.unlockListener = unlockListener; [all …]
|
H A D | ActivityManagerService.java | 17188 @Nullable IProgressListener unlockListener) { in startUserInBackgroundWithListener() argument 17189 return mUserController.startUser(userId, USER_START_MODE_BACKGROUND, unlockListener); in startUserInBackgroundWithListener() 17194 @Nullable IProgressListener unlockListener) { in startUserInForegroundWithListener() argument 17196 return mUserController.startUser(userId, USER_START_MODE_FOREGROUND, unlockListener); in startUserInForegroundWithListener() 17201 @Nullable IProgressListener unlockListener) { in startUserInBackgroundVisibleOnDisplay() argument 17219 userId, displayId, unlockListener, mInjector); in startUserInBackgroundVisibleOnDisplay() 17222 return mInjector.startUserInBackgroundVisibleOnDisplay(userId, displayId, unlockListener); in startUserInBackgroundVisibleOnDisplay() 17302 @Nullable IProgressListener unlockListener) { in startProfileWithListener() argument 17303 return mUserController.startProfile(userId, /* evenWhenDisabled= */ false, unlockListener); in startProfileWithListener()
|