Home
last modified time | relevance | path

Searched refs:startUserInForegroundWithListener (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java297 if (!am.startUserInForegroundWithListener(targetUserId, null)) { in setupAndStartUsers()
/frameworks/base/core/java/android/app/
DIActivityManager.aidl607 boolean startUserInForegroundWithListener(int userid, IProgressListener unlockProgressListener); in startUserInForegroundWithListener() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17686 public boolean startUserInForegroundWithListener(final int userId, in startUserInForegroundWithListener() method in ActivityManagerService