Home
last modified time | relevance | path

Searched defs:storePath (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceUpdateActiveUserClient.java64 final File storePath = new File(Environment.getDataVendorDeDirectory(getTargetUserId()), in startHalOperation() local
H A DTestHal.java63 public int setActiveUser(int userId, String storePath) { in setActiveUser()
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/
H A DBiometricsFingerprint.cpp95 const hidl_string& storePath) { in setActiveGroup()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DTestHal.java132 public int setActiveGroup(int gid, String storePath) { in setActiveGroup()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java108 public boolean takeScreenshot(File storePath, int quality) { in takeScreenshot()
H A DUiDevice.java834 public boolean takeScreenshot(File storePath) { in takeScreenshot()
850 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot()
/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()
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.cpp189 const hidl_string& storePath) { in setActiveGroup()