MCPcopy Create free account
hub / github.com/InsightIM/Tok-Android / getHM

Method getHM

app/src/main/java/im/tox/utils/TimeUtil.java:68–70  ·  view source on GitHub ↗
(long time)

Source from the content-addressed store, hash-verified

66 }
67
68 private static String getHM(long time) {
69 return timeFormat(time, HM);
70 }
71
72 private static String getYesterdayHM(long time) {
73 return StringUtils.getTextFromResId(R.string.yesterday) + " " + getHM(time);

Callers 2

getTimePointMethod · 0.95
getYesterdayHMMethod · 0.95

Calls 1

timeFormatMethod · 0.95

Tested by

no test coverage detected