Searched refs:decrementAssociatedCallCount (Results 1 – 2 of 2) sorted by relevance
277 final void decrementAssociatedCallCount() { in decrementAssociatedCallCount() method in ServiceBinder278 decrementAssociatedCallCount(false /*isSuppressingUnbind*/); in decrementAssociatedCallCount()281 final void decrementAssociatedCallCount(boolean isSuppressingUnbind) { in decrementAssociatedCallCount() method in ServiceBinder
1919 serviceTemp.decrementAssociatedCallCount(true /*isSuppressingUnbind*/); in replaceConnectionService()1942 decrementAssociatedCallCount(serviceTemp); in clearConnectionService()3057 private void decrementAssociatedCallCount(ServiceBinder binder) { in decrementAssociatedCallCount() method in Call3059 binder.decrementAssociatedCallCount(); in decrementAssociatedCallCount()