Home
last modified time | relevance | path

Searched refs:startUserInBackgroundWithListener (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/java/com/android/server/
H A DHsumBootUserInitializer.java182 final boolean started = mAms.startUserInBackgroundWithListener(UserHandle.USER_SYSTEM, in unlockSystemUser()
/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl664 boolean startUserInBackgroundWithListener(int userid, IProgressListener unlockProgressListener); in startUserInBackgroundWithListener() method
/aosp14/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DUserLifecycleTests.java1513 final boolean preStartComplete = mIam.startUserInBackgroundWithListener(userId, in preStartUser()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java2390 success = mInterface.startUserInBackgroundWithListener(userId, waiter);
H A DActivityManagerService.java17183 return startUserInBackgroundWithListener(userId, null); in startUserInBackground()
17187 public boolean startUserInBackgroundWithListener(final int userId, in startUserInBackgroundWithListener() method in ActivityManagerService
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt5538 Landroid/app/IActivityManager$Stub$Proxy;->startUserInBackgroundWithListener(ILandroid/os/IProgress…
6097 Landroid/app/IActivityManager;->startUserInBackgroundWithListener(ILandroid/os/IProgressListener;)Z