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

Method isUiThread

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

Source from the content-addressed store, hash-verified

3233 }
3234
3235 static boolean isUiThread() {
3236 return (Looper.myLooper() == Looper.getMainLooper());
3237 }
3238
3239 static boolean isPersisted(Context context, Uri uri, boolean read, boolean write) {
3240 try {

Callers 2

showMethod · 0.95
isKillingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected