Methods Summary |
---|
public int | describeContents() throw new RuntimeException("Stub!");
|
public java.util.Map | getAttributes() throw new RuntimeException("Stub!");
|
public java.net.InetAddress | getHost() throw new RuntimeException("Stub!");
|
public int | getPort() throw new RuntimeException("Stub!");
|
public java.lang.String | getServiceName() throw new RuntimeException("Stub!");
|
public java.lang.String | getServiceType() throw new RuntimeException("Stub!");
|
public void | removeAttribute(java.lang.String key) throw new RuntimeException("Stub!");
|
public void | setAttribute(java.lang.String key, java.lang.String value) throw new RuntimeException("Stub!");
|
public void | setHost(java.net.InetAddress s) throw new RuntimeException("Stub!");
|
public void | setPort(int p) throw new RuntimeException("Stub!");
|
public void | setServiceName(java.lang.String s) throw new RuntimeException("Stub!");
|
public void | setServiceType(java.lang.String s) throw new RuntimeException("Stub!");
|
public java.lang.String | toString() throw new RuntimeException("Stub!");
|
public void | writeToParcel(android.os.Parcel dest, int flags) throw new RuntimeException("Stub!");
|