Searched refs:decrementAssociatedCallCount (Results 1 – 2 of 2) sorted by relevance
230 final void decrementAssociatedCallCount() { in decrementAssociatedCallCount() method in ServiceBinder231 decrementAssociatedCallCount(false /*isSuppressingUnbind*/); in decrementAssociatedCallCount()234 final void decrementAssociatedCallCount(boolean isSuppressingUnbind) { in decrementAssociatedCallCount() method in ServiceBinder
1310 serviceTemp.decrementAssociatedCallCount(true /*isSuppressingUnbind*/); in replaceConnectionService()1333 decrementAssociatedCallCount(serviceTemp); in clearConnectionService()2066 private void decrementAssociatedCallCount(ServiceBinder binder) { in decrementAssociatedCallCount() method in Call2068 binder.decrementAssociatedCallCount(); in decrementAssociatedCallCount()