MCPcopy Create free account
hub / github.com/FongMi/TV / trans

Method trans

app/src/main/java/com/fongmi/android/tv/bean/EpgData.java:107–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 public void trans() {
108 if (Trans.pass()) return;
109 this.title = Trans.s2t(title);
110 }
111
112 @Override
113 public boolean equals(@Nullable Object obj) {

Callers 1

getEpgDataMethod · 0.95

Calls 2

passMethod · 0.95
s2tMethod · 0.95

Tested by

no test coverage detected