MCPcopy 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

setEpgMethod · 0.95
onBindViewHolderMethod · 0.95
formatMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95
setEpgMethod · 0.95
onBindViewHolderMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected