Searched refs:SpiUnavailableException (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecManager.java68 public static final class SpiUnavailableException extends AndroidException { class in class:IpSecManager
78 SpiUnavailableException(String msg, int spi) { method in class:IpSecManager.SpiUnavailableException
143 throws ResourceUnavailableException, SpiUnavailableException {
163 throw new SpiUnavailableException("Requested SPI is unavailable", spi);
203 * @throws SpiUnavailableException indicating that a particular SPI cannot be reserved
213 } catch (SpiUnavailableException unlikely) {
233 throws SpiUnavailableException, ResourceUnavailableException {
H A DIpSecTransform.java116 IpSecManager.SpiUnavailableException {
135 IpSecManager.SpiUnavailableException {
442 * @throws SpiUnavailableException if the SPI collides with an existing transform
449 IpSecManager.SpiUnavailableException, IOException {
/frameworks/base/config/
H A Dcompiled-classes-phone2876 android.net.IpSecManager$SpiUnavailableException

Completed in 988 milliseconds