Loading services/core/java/com/android/server/locksettings/SyntheticPasswordManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ class SyntheticPasswordManager { WeaverConfig weaverConfig = null; try { weaverConfig = weaver.getConfig(); } catch (RemoteException e) { } catch (RemoteException | ServiceSpecificException e) { Slog.e(TAG, "Failed to get weaver config", e); } if (weaverConfig == null || weaverConfig.slots <= 0) { Loading Loading
services/core/java/com/android/server/locksettings/SyntheticPasswordManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -513,7 +513,7 @@ class SyntheticPasswordManager { WeaverConfig weaverConfig = null; try { weaverConfig = weaver.getConfig(); } catch (RemoteException e) { } catch (RemoteException | ServiceSpecificException e) { Slog.e(TAG, "Failed to get weaver config", e); } if (weaverConfig == null || weaverConfig.slots <= 0) { Loading