MCPcopy Create free account
hub / github.com/M66B/FairEmail / getDateTimeInstance

Method getDateTimeInstance

app/src/main/java/eu/faircode/email/Helper.java:2438–2440  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

2436 }
2437
2438 static DateFormat getDateTimeInstance(Context context) {
2439 return getDateTimeInstance(context, SimpleDateFormat.MEDIUM, SimpleDateFormat.MEDIUM);
2440 }
2441
2442 static DateFormat getDateTimeInstance(Context context, int dateStyle, int timeStyle) {
2443 if (context != null &&

Callers 15

monitorAccountMethod · 0.95
onChangedMethod · 0.95
onExecuteMethod · 0.95
getNotificationUnseenMethod · 0.95
onExecutedMethod · 0.95
highlightHeadersMethod · 0.95
onCreateMethod · 0.95
onCreateViewMethod · 0.95
onExecuteMethod · 0.95
onExecuteMethod · 0.95
onExecutedMethod · 0.95
AdapterAccountMethod · 0.95

Calls 2

getDateInstanceMethod · 0.95
getTimePatternMethod · 0.95

Tested by

no test coverage detected