Home
last modified time | relevance | path

Searched defs:setActiveUser (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/biometrics/face/1.0/default/
H A DBiometricsFace.cpp40 Return<Status> BiometricsFace::setActiveUser(int32_t userId, const hidl_string& storePath) { in setActiveUser() function in android::hardware::biometrics::face::implementation::BiometricsFace
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DTestHal.java63 public int setActiveUser(int userId, String storePath) { in setActiveUser() method in TestHal
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/
H A DLockscreenSmartspaceControllerTest.kt505 private fun setActiveUser(userHandle: UserHandle) { regex