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

Method isOnePlus

app/src/main/java/eu/faircode/email/Helper.java:1664–1666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1662 }
1663
1664 static boolean isOnePlus() {
1665 return "OnePlus".equalsIgnoreCase(Build.MANUFACTURER);
1666 }
1667
1668 static boolean isHuawei() {
1669 return "HUAWEI".equalsIgnoreCase(Build.MANUFACTURER);

Callers 3

isKillingMethod · 0.95
isAggressivelyKillingMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected