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

Method getOpenPorts

cSploit/src/org/csploit/android/net/Target.java:690–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

688 }
689
690 public List<Port> getOpenPorts(){
691 synchronized (mPorts) {
692 return (List<Port>) mPorts.clone();
693 }
694 }
695
696 public boolean hasOpenPorts(){
697 synchronized (mPorts) {

Callers 9

getViewMethod · 0.95
checkCompatibilityMethod · 0.95
inpsectMethod · 0.80
write_servicesMethod · 0.80
createPortListMethod · 0.80
onItemLongClickMethod · 0.80
onCreateMethod · 0.80
ProtocolAdapterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected