Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpLeaseRepository.java97 static class DhcpLeaseException extends Exception { class in DhcpLeaseRepository
98 DhcpLeaseException(String message) { in DhcpLeaseException() method in DhcpLeaseRepository.DhcpLeaseException
103 static class OutOfAddressesException extends DhcpLeaseException {
109 static class InvalidAddressException extends DhcpLeaseException {
115 static class InvalidSubnetException extends DhcpLeaseException {
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpLeaseRepositoryTest.java577 throws DhcpLeaseRepository.DhcpLeaseException { in requestLease()
588 throws DhcpLeaseRepository.DhcpLeaseException { in requestLeaseSelecting()
597 @NonNull Inet4Address reqAddr) throws DhcpLeaseRepository.DhcpLeaseException { in requestLeaseSelecting()
605 @NonNull Inet4Address reqAddr) throws DhcpLeaseRepository.DhcpLeaseException { in requestLeaseInitReboot()
614 @NonNull Inet4Address clientAddr) throws DhcpLeaseRepository.DhcpLeaseException { in requestLeaseRenewing()