Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encodeQRCodeContents
Method · 0.45
play
Method · 0.45
setFlashMode
Method · 0.45
save2Download
Method · 0.45
hasNavBar
Method · 0.45
isActivityRunning
Method · 0.45
getPath
Method · 0.45
getPathFromUri
Method · 0.45
isGooglePhotosUri
Method · 0.45
isExternalStorageDocument
Method · 0.45
isDownloadsDocument
Method · 0.45
isMediaDocument
Method · 0.45
Calls
1
toString
Method · 0.95
Tested by
no test coverage detected