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

Method getDateInstance

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

Source from the content-addressed store, hash-verified

2428 }
2429
2430 static DateFormat getDateInstance(Context context) {
2431 return getDateInstance(context, SimpleDateFormat.MEDIUM);
2432 }
2433
2434 static DateFormat getDateInstance(Context context, int style) {
2435 return SimpleDateFormat.getDateInstance(style);

Callers 8

onCreateDialogMethod · 0.95
onDateSetMethod · 0.95
getRelativeDateMethod · 0.95
getWeekMethod · 0.95
getDateTimeInstanceMethod · 0.95
attachEnvironmentMethod · 0.95
getDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected