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

/frameworks/base/core/java/android/net/
H A DIpSecManager.java55 public static final int RESOURCE_UNAVAILABLE = 1; field in interface:IpSecManager.Status
159 case Status.RESOURCE_UNAVAILABLE:
423 case Status.RESOURCE_UNAVAILABLE:
H A DIpSecTransform.java121 case IpSecManager.Status.RESOURCE_UNAVAILABLE:
/frameworks/base/services/core/java/com/android/server/
H A DIpSecService.java570 return new IpSecUdpEncapResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE);
635 return new IpSecTransformResponse(IpSecManager.Status.RESOURCE_UNAVAILABLE);

Completed in 112 milliseconds