Searched refs:unlockListener (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserController.java | 1359 @Nullable IProgressListener unlockListener) { 1362 return startUserNoChecks(userId, foreground, unlockListener); 1366 @Nullable IProgressListener unlockListener) { 1371 return startUserInternal(userId, foreground, unlockListener, t); 1378 @Nullable IProgressListener unlockListener, @NonNull TimingsTraceAndSlog t) { 1403 notifyFinished(userId, unlockListener); 1462 mHandler.post(() -> startUser(userId, foreground, unlockListener)); 1470 if (unlockListener != null) { 1471 uss.mUnlockProgress.addListener(unlockListener);
|
D | ActivityManagerService.java | 15046 @Nullable IProgressListener unlockListener) { in startUserInBackgroundWithListener() argument 15047 return mUserController.startUser(userId, /* foreground */ false, unlockListener); in startUserInBackgroundWithListener() 15052 @Nullable IProgressListener unlockListener) { in startUserInForegroundWithListener() argument 15054 return mUserController.startUser(userId, /* foreground */ true, unlockListener); in startUserInForegroundWithListener()
|