Loading src/com/android/server/telecom/TelecomServiceImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ public class TelecomServiceImpl { public void addCall(CallAttributes callAttributes, ICallEventCallback callEventCallback, String callId, String callingPackage) { int uid = Binder.getCallingUid(); int pid = Binder.getCallingPid(); ApiStats.ApiEvent event = new ApiStats.ApiEvent(ApiStats.API_ADDCALL, uid, ApiStats.RESULT_PERMISSION); try { Loading @@ -217,7 +218,7 @@ public class TelecomServiceImpl { // add extras about info used for FGS delegation Bundle extras = new Bundle(); extras.putInt(CallAttributes.CALLER_UID_KEY, uid); extras.putInt(CallAttributes.CALLER_PID_KEY, uid); extras.putInt(CallAttributes.CALLER_PID_KEY, pid); CompletableFuture<CallTransaction> transactionFuture; Loading Loading
src/com/android/server/telecom/TelecomServiceImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ public class TelecomServiceImpl { public void addCall(CallAttributes callAttributes, ICallEventCallback callEventCallback, String callId, String callingPackage) { int uid = Binder.getCallingUid(); int pid = Binder.getCallingPid(); ApiStats.ApiEvent event = new ApiStats.ApiEvent(ApiStats.API_ADDCALL, uid, ApiStats.RESULT_PERMISSION); try { Loading @@ -217,7 +218,7 @@ public class TelecomServiceImpl { // add extras about info used for FGS delegation Bundle extras = new Bundle(); extras.putInt(CallAttributes.CALLER_UID_KEY, uid); extras.putInt(CallAttributes.CALLER_PID_KEY, uid); extras.putInt(CallAttributes.CALLER_PID_KEY, pid); CompletableFuture<CallTransaction> transactionFuture; Loading