Searched refs:KeepaliveDeviceConfigurationException (Results 1 – 2 of 2) sorted by relevance
47 if (res == null) throw new KeepaliveDeviceConfigurationException("invalid resource"); in getSupportedKeepalives()52 throw new KeepaliveDeviceConfigurationException("Empty string"); in getSupportedKeepalives()56 throw new KeepaliveDeviceConfigurationException("Invalid parameter length"); in getSupportedKeepalives()65 throw new KeepaliveDeviceConfigurationException("Invalid number format"); in getSupportedKeepalives()69 throw new KeepaliveDeviceConfigurationException("Invalid transport " + transport); in getSupportedKeepalives()73 throw new KeepaliveDeviceConfigurationException( in getSupportedKeepalives()85 public static class KeepaliveDeviceConfigurationException extends AndroidRuntimeException { class in KeepaliveResourceUtil86 public KeepaliveDeviceConfigurationException(final String msg) { in KeepaliveDeviceConfigurationException() method in KeepaliveResourceUtil.KeepaliveDeviceConfigurationException
80 } catch (expected: KeepaliveResourceUtil.KeepaliveDeviceConfigurationException) { in testGetSupportedKeepalives()