Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIActivityManager.aidl570 boolean startUserInBackgroundWithListener(int userid, IProgressListener unlockProgressListener); in startUserInBackgroundWithListener() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerShellCommand.java1738 boolean success = mInterface.startUserInBackgroundWithListener(userId, waiter);
DActivityManagerService.java17558 return startUserInBackgroundWithListener(userId, null); in startUserInBackground()
17562 public boolean startUserInBackgroundWithListener(final int userId, in startUserInBackgroundWithListener() method in ActivityManagerService
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java944 ActivityManager.getService().startUserInBackgroundWithListener( in setQuietModeEnabled()
/frameworks/base/services/
Dart-profile3013 PLcom/android/server/am/ActivityManagerService;->startUserInBackgroundWithListener(ILandroid/os/IPr…