Searched refs:decrementAssociatedCallCount (Results 1 – 2 of 2) sorted by relevance
270 final void decrementAssociatedCallCount() { in decrementAssociatedCallCount() method in ServiceBinder271 decrementAssociatedCallCount(false /*isSuppressingUnbind*/); in decrementAssociatedCallCount()274 final void decrementAssociatedCallCount(boolean isSuppressingUnbind) { in decrementAssociatedCallCount() method in ServiceBinder
1450 serviceTemp.decrementAssociatedCallCount(true /*isSuppressingUnbind*/); in replaceConnectionService()1473 decrementAssociatedCallCount(serviceTemp); in clearConnectionService()2236 private void decrementAssociatedCallCount(ServiceBinder binder) { in decrementAssociatedCallCount() method in Call2238 binder.decrementAssociatedCallCount(); in decrementAssociatedCallCount()