Loading src/java/com/android/ims/MmTelFeatureConnection.java +5 −1 Original line number Diff line number Diff line Loading @@ -451,7 +451,11 @@ public class MmTelFeatureConnection { mRegistrationCallbackManager.close(); mCapabilityCallbackManager.close(); try { synchronized (mLock) { if (isBinderAlive()) { getServiceInterface(mBinder).setListener(null); } } } catch (RemoteException e) { Log.w(TAG, "closeConnection: couldn't remove listener!"); } Loading Loading
src/java/com/android/ims/MmTelFeatureConnection.java +5 −1 Original line number Diff line number Diff line Loading @@ -451,7 +451,11 @@ public class MmTelFeatureConnection { mRegistrationCallbackManager.close(); mCapabilityCallbackManager.close(); try { synchronized (mLock) { if (isBinderAlive()) { getServiceInterface(mBinder).setListener(null); } } } catch (RemoteException e) { Log.w(TAG, "closeConnection: couldn't remove listener!"); } Loading