Loading telecomm/java/android/telecom/TelecomManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1301,7 +1301,7 @@ public class TelecomManager { public boolean endCall() { try { if (isServiceConnected()) { return getTelecomService().endCall(); return getTelecomService().endCall(mContext.getPackageName()); } } catch (RemoteException e) { Log.e(TAG, "Error calling ITelecomService#endCall", e); Loading telecomm/java/com/android/internal/telecom/ITelecomService.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ interface ITelecomService { /** * @see TelecomServiceImpl#endCall */ boolean endCall(); boolean endCall(String callingPackage); /** * @see TelecomServiceImpl#acceptRingingCall Loading Loading
telecomm/java/android/telecom/TelecomManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1301,7 +1301,7 @@ public class TelecomManager { public boolean endCall() { try { if (isServiceConnected()) { return getTelecomService().endCall(); return getTelecomService().endCall(mContext.getPackageName()); } } catch (RemoteException e) { Log.e(TAG, "Error calling ITelecomService#endCall", e); Loading
telecomm/java/com/android/internal/telecom/ITelecomService.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,7 @@ interface ITelecomService { /** * @see TelecomServiceImpl#endCall */ boolean endCall(); boolean endCall(String callingPackage); /** * @see TelecomServiceImpl#acceptRingingCall Loading