MCPcopy Index your code
hub / github.com/cSploit/android / getLocalAddress

Method getLocalAddress

cSploit/src/org/csploit/android/net/Network.java:261–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 public InetAddress getLocalAddress(){
262 return mLocal.toInetAddress();
263 }
264
265 public NetworkInterface getInterface(){
266 return mInterface;

Callers 8

NetworkMethod · 0.95
getProxyMethod · 0.80
getHttpsRedirectorMethod · 0.80
getServerMethod · 0.80
resetMethod · 0.80
getDescriptionMethod · 0.80
getDrawableResourceIdMethod · 0.80
retrieveOptionsMethod · 0.80

Calls 1

toInetAddressMethod · 0.80

Tested by

no test coverage detected