HomeSort by relevance Sort by last modified time
    Searched refs:SpiUnavailableException (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/net/
IpSecManager.java 110 public static final class SpiUnavailableException extends AndroidException {
120 SpiUnavailableException(String msg, int spi) {
202 throws ResourceUnavailableException, SpiUnavailableException {
222 throw new SpiUnavailableException("Requested SPI is unavailable", spi);
284 } catch (SpiUnavailableException unlikely) {
304 * @throws {@link #SpiUnavailableException} indicating that the requested SPI could not be
310 throws SpiUnavailableException, ResourceUnavailableException {
    [all...]
IpSecTransform.java 110 IpSecManager.SpiUnavailableException {
129 IpSecManager.SpiUnavailableException {
443 * @throws IpSecManager.SpiUnavailableException indicating the rare case where an SPI
452 IpSecManager.SpiUnavailableException, IOException {
478 * @throws IpSecManager.SpiUnavailableException indicating the rare case where an SPI
489 IpSecManager.SpiUnavailableException, IOException {
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
IpSecManagerFacade.java 25 import android.net.IpSecManager.SpiUnavailableException;
87 } catch (SpiUnavailableException | IOException | ResourceUnavailableException e) {
105 } catch (SpiUnavailableException | ResourceUnavailableException e) {
  /cts/tests/tests/net/src/android/net/cts/
IpSecManagerTest.java 105 } catch (IpSecManager.SpiUnavailableException expected) {
    [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 136 milliseconds