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

Commit 3bc35acc authored by Shubang Lu's avatar Shubang Lu
Browse files

Fix a format issue

Bug: 343818001
Change-Id: I192c7462206007baa22e0c09ea4d81257d6cc59c
Test: CTS
parent 811ddd14
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2124,7 +2124,7 @@ public class TvInteractiveAppManagerService extends SystemService {
        @Override
        @Override
        public void setTeletextAppEnabled(IBinder sessionToken, boolean enable, int userId) {
        public void setTeletextAppEnabled(IBinder sessionToken, boolean enable, int userId) {
            if (DEBUG) {
            if (DEBUG) {
                Slogf.d(TAG, "setTeletextAppEnabled(enable=%d)", enable);
                Slogf.d(TAG, "setTeletextAppEnabled(enable=%b)", enable);
            }
            }
            final int callingUid = Binder.getCallingUid();
            final int callingUid = Binder.getCallingUid();
            final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid,
            final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid,