Updating some comments and variables

Change-Id: Ib3223c66e9ce187cebc6ce26a46b228f95787778
This commit is contained in:
Sunny Goyal
2020-07-09 12:21:40 -07:00
parent 1d96d2370f
commit 5d09b2e358
6 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ public class MainThreadInitializedObject<T> {
if (mValue == null) {
if (Looper.myLooper() == Looper.getMainLooper()) {
mValue = TraceHelper.whitelistIpcs("main.thread.object",
mValue = TraceHelper.allowIpcs("main.thread.object",
() -> mProvider.get(context.getApplicationContext()));
} else {
try {