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

Method getFonts

app/src/main/java/eu/faircode/email/StyleHelper.java:1945–1947  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

1943 }
1944
1945 public static List<FontDescriptor> getFonts(Context context) {
1946 return getFonts(context, true);
1947 }
1948
1949 public static List<FontDescriptor> getFonts(Context context, boolean all) {
1950 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);

Callers 6

selectFontMethod · 0.95
onCreateViewMethod · 0.95
setOptionsMethod · 0.95
onCreateViewMethod · 0.95
setOptionsMethod · 0.95
retrieveFontInfoMethod · 0.80

Calls 3

getBooleanMethod · 0.80
getResourcesMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected