Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a2b299d authored by Jae Seo's avatar Jae Seo
Browse files

TIF: Fix typos

Change-Id: I82f7fc68840d9fcdc579fc451e9d295c04512083
parent 87af9a03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ final class TvInputHal implements Handler.Callback {

    public void close() {
        synchronized (mLock) {
            if (mPtr != 0l) {
            if (mPtr != 0L) {
                nativeClose(mPtr);
            }
        }
+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public final class TvInputManagerService extends SystemService {
        try {
            context = mContext.createPackageContextAsUser("android", 0, user);
        } catch (NameNotFoundException e) {
            Slog.e(TAG, "failed to create package contenxt as user " + user);
            Slog.e(TAG, "failed to create package context as user " + user);
            context = mContext;
        }
        return context.getContentResolver();