Loading core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,7 @@ public class RecoveryController { if (grantAlias == null) { throw new InternalRecoveryServiceException("Null grant alias"); } return getKeyFromGrant(alias); return getKeyFromGrant(grantAlias); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } catch (UnrecoverableKeyException e) { Loading Loading
core/java/android/security/keystore/recovery/RecoveryController.java +1 −1 Original line number Diff line number Diff line Loading @@ -578,7 +578,7 @@ public class RecoveryController { if (grantAlias == null) { throw new InternalRecoveryServiceException("Null grant alias"); } return getKeyFromGrant(alias); return getKeyFromGrant(grantAlias); } catch (RemoteException e) { throw e.rethrowFromSystemServer(); } catch (UnrecoverableKeyException e) { Loading