MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / equals

Method equals

app/src/main/java/com/client/tok/bean/ToxKey.java:30–33  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

28 }
29
30 @Override
31 public boolean equals(Object obj) {
32 return this.toString().equals(obj.toString());
33 }
34
35 @Override
36 public int hashCode() {

Callers 15

encodeQRCodeContentsMethod · 0.45
playMethod · 0.45
setFlashModeMethod · 0.45
save2DownloadMethod · 0.45
hasNavBarMethod · 0.45
isActivityRunningMethod · 0.45
getPathMethod · 0.45
getPathFromUriMethod · 0.45
isGooglePhotosUriMethod · 0.45
isDownloadsDocumentMethod · 0.45
isMediaDocumentMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected