Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl478 …boolean resetPasswordWithToken(in ComponentName admin, String callerPackageName, String password, … in resetPasswordWithToken() method
DDevicePolicyManager.java6396 public boolean resetPasswordWithToken(@Nullable ComponentName admin, String password, in resetPasswordWithToken() method in DevicePolicyManager
6401 return mService.resetPasswordWithToken(admin, mContext.getPackageName(), password, in resetPasswordWithToken()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5419 assertThat(dpm.resetPasswordWithToken(admin1, password, token, 0)).isTrue(); in testResetPasswordWithToken()
5445 assertThat(dpm.resetPasswordWithToken(admin1, pin, token, 0)).isTrue(); in resetPasswordWithToken_NumericPin()
5466 assertThat(dpm.resetPasswordWithToken(admin1, password, token, 0)).isTrue(); in resetPasswordWithToken_EmptyPassword()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java19407 public boolean resetPasswordWithToken(ComponentName admin, String callerPackageName,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
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…
/frameworks/base/core/api/
Dcurrent.txt8149 …E_DEVICE_POLICY_RESET_PASSWORD, conditional=true) public boolean resetPasswordWithToken(@Nullable …