Home
last modified time | relevance | path

Searched defs:startUserInBackgroundWithListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DIActivityManager.aidl571 boolean startUserInBackgroundWithListener(int userid, IProgressListener unlockProgressListener); in startUserInBackgroundWithListener() method
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java17570 public boolean startUserInBackgroundWithListener(final int userId, in startUserInBackgroundWithListener() method in ActivityManagerService