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

Commit 13656028 authored by Jae Seo's avatar Jae Seo Committed by Android (Google) Code Review
Browse files

Merge "TIF: Fix typos"

parents 81d867f5 2a2b299d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -116,7 +116,7 @@ final class TvInputHal implements Handler.Callback {


    public void close() {
    public void close() {
        synchronized (mLock) {
        synchronized (mLock) {
            if (mPtr != 0l) {
            if (mPtr != 0L) {
                nativeClose(mPtr);
                nativeClose(mPtr);
            }
            }
        }
        }
+1 −1
Original line number Original line Diff line number Diff line
@@ -465,7 +465,7 @@ public final class TvInputManagerService extends SystemService {
        try {
        try {
            context = mContext.createPackageContextAsUser("android", 0, user);
            context = mContext.createPackageContextAsUser("android", 0, user);
        } catch (NameNotFoundException e) {
        } 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;
            context = mContext;
        }
        }
        return context.getContentResolver();
        return context.getContentResolver();