Loading src/com/android/server/telecom/TelecomServiceImpl.java +2 −6 Original line number Diff line number Diff line Loading @@ -2846,9 +2846,7 @@ public class TelecomServiceImpl { try { Log.startSession("TSI.sTDCRA"); enforceModifyPermission(); if (!Build.IS_USERDEBUG) { throw new SecurityException("Test-only API."); } enforceShellOnly(Binder.getCallingUid(), "Test-only API"); synchronized (mLock) { long token = Binder.clearCallingIdentity(); try { Loading @@ -2868,9 +2866,7 @@ public class TelecomServiceImpl { try { Log.startSession("TSI.sTDCSA"); enforceModifyPermission(); if (!Build.IS_USERDEBUG) { throw new SecurityException("Test-only API."); } enforceShellOnly(Binder.getCallingUid(), "Test-only API"); synchronized (mLock) { long token = Binder.clearCallingIdentity(); try { Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +2 −6 Original line number Diff line number Diff line Loading @@ -2846,9 +2846,7 @@ public class TelecomServiceImpl { try { Log.startSession("TSI.sTDCRA"); enforceModifyPermission(); if (!Build.IS_USERDEBUG) { throw new SecurityException("Test-only API."); } enforceShellOnly(Binder.getCallingUid(), "Test-only API"); synchronized (mLock) { long token = Binder.clearCallingIdentity(); try { Loading @@ -2868,9 +2866,7 @@ public class TelecomServiceImpl { try { Log.startSession("TSI.sTDCSA"); enforceModifyPermission(); if (!Build.IS_USERDEBUG) { throw new SecurityException("Test-only API."); } enforceShellOnly(Binder.getCallingUid(), "Test-only API"); synchronized (mLock) { long token = Binder.clearCallingIdentity(); try { Loading