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);
17571 @Nullable IProgressListener unlockListener) { in startUserInBackgroundWithListener() argument17572 return mUserController.startUser(userId, /* foreground */ false, unlockListener); in startUserInBackgroundWithListener()17577 @Nullable IProgressListener unlockListener) { in startUserInForegroundWithListener() argument17579 return mUserController.startUser(userId, /* foreground */ true, unlockListener); in startUserInForegroundWithListener()