Searched refs:passwordOrNull (Results 1 – 1 of 1) sorted by relevance
3795 public boolean resetPassword(String passwordOrNull, int flags) throws RemoteException { in resetPassword() argument3802 String password = passwordOrNull != null ? passwordOrNull : ""; in resetPassword()