Searched refs:unlockListener (Results 1 – 2 of 2) sorted by relevance
1038 @Nullable IProgressListener unlockListener) {1069 notifyFinished(userId, unlockListener);1118 mHandler.post(() -> startUser(userId, foreground, unlockListener));1125 if (unlockListener != null) {1126 uss.mUnlockProgress.addListener(unlockListener);
17681 @Nullable IProgressListener unlockListener) { in startUserInBackgroundWithListener() argument17682 return mUserController.startUser(userId, /* foreground */ false, unlockListener); in startUserInBackgroundWithListener()17687 @Nullable IProgressListener unlockListener) { in startUserInForegroundWithListener() argument17689 return mUserController.startUser(userId, /* foreground */ true, unlockListener); in startUserInForegroundWithListener()