Home
last modified time | relevance | path

Searched refs:SpiUnavailableException (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/net/
DIpSecManager.java74 public static final class SpiUnavailableException extends AndroidException { class in IpSecManager
84 SpiUnavailableException(String msg, int spi) { in SpiUnavailableException() method in IpSecManager.SpiUnavailableException
145 throws ResourceUnavailableException, SpiUnavailableException { in SecurityParameterIndex()
165 throw new SpiUnavailableException("Requested SPI is unavailable", spi); in SecurityParameterIndex()
211 } catch (SpiUnavailableException unlikely) { in reserveSecurityParameterIndex()
231 throws SpiUnavailableException, ResourceUnavailableException { in reserveSecurityParameterIndex()
DIpSecTransform.java119 IpSecManager.SpiUnavailableException { in checkResultStatusAndThrow()
138 IpSecManager.SpiUnavailableException { in activate()
448 IpSecManager.SpiUnavailableException, IOException { in buildTransportModeTransform()