Searched refs:KeepaliveDeviceConfigurationException (Results 1 – 3 of 3) sorted by relevance
37 public static class KeepaliveDeviceConfigurationException extends AndroidRuntimeException { class in KeepaliveUtils38 public KeepaliveDeviceConfigurationException(final String msg) { in KeepaliveDeviceConfigurationException() method in KeepaliveUtils.KeepaliveDeviceConfigurationException59 if (res == null) throw new KeepaliveDeviceConfigurationException("invalid resource"); in getSupportedKeepalives()64 throw new KeepaliveDeviceConfigurationException("Empty string"); in getSupportedKeepalives()68 throw new KeepaliveDeviceConfigurationException("Invalid parameter length"); in getSupportedKeepalives()77 throw new KeepaliveDeviceConfigurationException("Invalid number format"); in getSupportedKeepalives()81 throw new KeepaliveDeviceConfigurationException("Invalid transport " + transport); in getSupportedKeepalives()85 throw new KeepaliveDeviceConfigurationException( in getSupportedKeepalives()
4414 android.net.util.KeepaliveUtils$KeepaliveDeviceConfigurationException
44636 Landroid/net/util/KeepaliveUtils$KeepaliveDeviceConfigurationException;