Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5017 public boolean resetPassword(String passwordOrNull, int flags) throws RemoteException { in resetPassword() argument
5026 String password = passwordOrNull != null ? passwordOrNull : ""; in resetPassword()
13568 public boolean resetPasswordWithToken(ComponentName admin, String passwordOrNull, byte[] token, in resetPasswordWithToken() argument
13580 final String password = passwordOrNull != null ? passwordOrNull : ""; in resetPasswordWithToken()