Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DIActivityManager.aidl694 boolean startUserInForegroundWithListener(int userid, IProgressListener unlockProgressListener); in startUserInForegroundWithListener() method
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17193 public boolean startUserInForegroundWithListener(final int userId, in startUserInForegroundWithListener() method in ActivityManagerService