MCPcopy Create free account
hub / github.com/aa112901/remusic / toString

Method toString

app/src/main/java/com/wm/remusic/lrc/LrcRow.java:133–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 }
132
133 @Override
134 public String toString() {
135 return "LrcRow [timeStr=" + timeStr + ", time=" + time + ", content="
136 + content + "]";
137 }
138
139
140}

Callers 15

createDrawableMethod · 0.45
createColorStateListMethod · 0.45
doInBackgroundMethod · 0.45
getUrlMethod · 0.45
runMethod · 0.45
getLrcRowsMethod · 0.45
onBindViewHolderMethod · 0.45
hideInputManagerMethod · 0.45
getLrcRowsMethod · 0.45
onPostExecuteMethod · 0.45
doInBackgroundMethod · 0.45
onBindViewHolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected