Loading telephony/java/android/telephony/ims/feature/MmTelFeature.java +1 −0 Original line number Diff line number Diff line Loading @@ -700,6 +700,7 @@ public class MmTelFeature extends ImsFeature { throw new IllegalStateException("Session is not available."); } try { c.setDefaultExecutor(MmTelFeature.this.mExecutor); listener.onIncomingCall(c.getServiceImpl(), extras); } catch (RemoteException e) { throw new RuntimeException(e); Loading Loading
telephony/java/android/telephony/ims/feature/MmTelFeature.java +1 −0 Original line number Diff line number Diff line Loading @@ -700,6 +700,7 @@ public class MmTelFeature extends ImsFeature { throw new IllegalStateException("Session is not available."); } try { c.setDefaultExecutor(MmTelFeature.this.mExecutor); listener.onIncomingCall(c.getServiceImpl(), extras); } catch (RemoteException e) { throw new RuntimeException(e); Loading