Home
last modified time | relevance | path

Searched refs:resetPassword (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl115 boolean resetPassword(String password, int flags); in resetPassword() method
H A DDevicePolicyManager.java5966 public boolean resetPassword(String password, int flags) { in resetPassword() method in DevicePolicyManager
5970 return mService.resetPassword(password, flags); in resetPassword()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5677 public boolean resetPassword(@Nullable String password, int flags) throws RemoteException {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2780 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->resetPassword(Ljava/lang/String;I)Z
3305 Landroid/app/admin/IDevicePolicyManager;->resetPassword(Ljava/lang/String;I)Z
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7922 method @Deprecated public boolean resetPassword(String, int);