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

Method getYesterdayHM

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

Source from the content-addressed store, hash-verified

70 }
71
72 private static String getYesterdayHM(long time) {
73 return StringUtils.getTextFromResId(R.string.yesterday) + " " + getHM(time);
74 }
75
76 private static String getMD_HM(long time) {
77 return timeFormat(time, MD_HM);

Callers 1

getTimePointMethod · 0.95

Calls 2

getTextFromResIdMethod · 0.95
getHMMethod · 0.95

Tested by

no test coverage detected