Loading src/com/android/server/telecom/ConnectionServiceRepository.java +2 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,8 @@ public class ConnectionServiceRepository { @Override public void onUnbind(ConnectionServiceWrapper service) { synchronized (mLock) { mServiceCache.remove(service.getComponentName()); mServiceCache.remove(Pair.create(service.getComponentName(), service.getUserHandle())); } } }; Loading src/com/android/server/telecom/ServiceBinder.java +4 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,10 @@ abstract class ServiceBinder { mUserHandle = userHandle; } final UserHandle getUserHandle() { return mUserHandle; } final void incrementAssociatedCallCount() { mAssociatedCallCount++; Log.v(this, "Call count increment %d, %s", mAssociatedCallCount, Loading Loading
src/com/android/server/telecom/ConnectionServiceRepository.java +2 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,8 @@ public class ConnectionServiceRepository { @Override public void onUnbind(ConnectionServiceWrapper service) { synchronized (mLock) { mServiceCache.remove(service.getComponentName()); mServiceCache.remove(Pair.create(service.getComponentName(), service.getUserHandle())); } } }; Loading
src/com/android/server/telecom/ServiceBinder.java +4 −0 Original line number Diff line number Diff line Loading @@ -261,6 +261,10 @@ abstract class ServiceBinder { mUserHandle = userHandle; } final UserHandle getUserHandle() { return mUserHandle; } final void incrementAssociatedCallCount() { mAssociatedCallCount++; Log.v(this, "Call count increment %d, %s", mAssociatedCallCount, Loading