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

Method equals

cSploit/src/org/csploit/android/core/Child.java:99–108  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

97 }
98
99 public boolean equals(Object o) {
100 Child c;
101
102 if(!(o instanceof Child))
103 return false;
104
105 c = (Child)o;
106
107 return c.id == this.id;
108 }
109}

Callers 15

shallAskForDeleteMethod · 0.45
canChangeDirectoryToMethod · 0.45
onPreferenceClickMethod · 0.45
onReceiveMethod · 0.45
onReceiveMethod · 0.45
onEndMethod · 0.45
addResultMethod · 0.45
onReceiveMethod · 0.45
onReceiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected