Searched refs:onUserPasswordChanged (Results 1 – 5 of 5) sorted by relevance
95 public static int onUserPasswordChanged(int userId, @Nullable byte[] password) { in onUserPasswordChanged() method in AndroidKeyStoreMaintenance97 getService().onUserPasswordChanged(userId, password); in onUserPasswordChanged()
67 void onUserPasswordChanged(in int userId, in @nullable byte[] password); in onUserPasswordChanged() method
269 fn onUserPasswordChanged(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onUserPasswordChanged() method
1309 AndroidKeyStoreMaintenance.onUserPasswordChanged(userHandle, password); in setKeystorePassword()
50759 Landroid/security/IKeystoreService$Stub$Proxy;->onUserPasswordChanged(ILjava/lang/String;)I50834 Landroid/security/IKeystoreService;->onUserPasswordChanged(ILjava/lang/String;)I51766 Landroid/security/KeyStore;->onUserPasswordChanged(ILjava/lang/String;)Z51767 Landroid/security/KeyStore;->onUserPasswordChanged(Ljava/lang/String;)Z