Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/TV
/ getTitle
Method
getTitle
app/src/main/java/com/fongmi/android/tv/bean/EpgData.java:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
private
long endTime;
27
28
public
String getTitle() {
29
return
TextUtils.isEmpty(title) ?
""
: title;
30
}
31
32
public
void
setTitle(String title) {
33
this.title = title;
Callers
7
setEpg
Method · 0.95
onBindViewHolder
Method · 0.95
format
Method · 0.95
equals
Method · 0.95
hashCode
Method · 0.95
setEpg
Method · 0.95
onBindViewHolder
Method · 0.95
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected