Searched refs:passwordOrNull (Results 1 – 1 of 1) sorted by relevance
5017 public boolean resetPassword(String passwordOrNull, int flags) throws RemoteException { in resetPassword() argument5026 String password = passwordOrNull != null ? passwordOrNull : ""; in resetPassword()13568 public boolean resetPasswordWithToken(ComponentName admin, String passwordOrNull, byte[] token, in resetPasswordWithToken() argument13580 final String password = passwordOrNull != null ? passwordOrNull : ""; in resetPasswordWithToken()