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.java3795 public boolean resetPassword(String passwordOrNull, int flags) throws RemoteException { in resetPassword() argument
3802 String password = passwordOrNull != null ? passwordOrNull : ""; in resetPassword()