Searched refs:unlockListener (Results 1 – 2 of 2) sorted by relevance
1014 @Nullable IProgressListener unlockListener) {1045 notifyFinished(userId, unlockListener);1089 mHandler.post(() -> startUser(userId, foreground, unlockListener));1096 if (unlockListener != null) {1097 uss.mUnlockProgress.addListener(unlockListener);
17563 @Nullable IProgressListener unlockListener) { in startUserInBackgroundWithListener() argument17564 return mUserController.startUser(userId, /* foreground */ false, unlockListener); in startUserInBackgroundWithListener()17569 @Nullable IProgressListener unlockListener) { in startUserInForegroundWithListener() argument17571 return mUserController.startUser(userId, /* foreground */ true, unlockListener); in startUserInForegroundWithListener()