Home
last modified time | relevance | path

Searched refs:resetPasswordWithToken (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl472 …boolean resetPasswordWithToken(in ComponentName admin, String callerPackageName, String password, … in resetPasswordWithToken() method
H A DDevicePolicyManager.java6118 public boolean resetPasswordWithToken(@Nullable ComponentName admin, String password, in resetPasswordWithToken() method in DevicePolicyManager
6123 return mService.resetPasswordWithToken(admin, mContext.getPackageName(), password, in resetPasswordWithToken()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5413 assertThat(dpm.resetPasswordWithToken(admin1, password, token, 0)).isTrue(); in testResetPasswordWithToken()
5439 assertThat(dpm.resetPasswordWithToken(admin1, pin, token, 0)).isTrue(); in resetPasswordWithToken_NumericPin()
5460 assertThat(dpm.resetPasswordWithToken(admin1, password, token, 0)).isTrue(); in resetPasswordWithToken_EmptyPassword()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java19532 public boolean resetPasswordWithToken(ComponentName admin, String callerPackageName,
/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.txt2781 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->resetPasswordWithToken(Landroid/content/Compon…
3306 Landroid/app/admin/IDevicePolicyManager;->resetPasswordWithToken(Landroid/content/ComponentName;Lja…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7923 …E_DEVICE_POLICY_RESET_PASSWORD, conditional=true) public boolean resetPasswordWithToken(@Nullable …