Searched defs:decrementAssociatedCallCount (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DServiceBinder.java274 final void decrementAssociatedCallCount() { method in class:ServiceBinder
275 decrementAssociatedCallCount(false /*isSuppressingUnbind*/);
278 final void decrementAssociatedCallCount(boolean isSuppressingUnbind) { method in class:ServiceBinder
H A DCall.java1590 serviceTemp.decrementAssociatedCallCount(true /*isSuppressingUnbind*/);
1613 decrementAssociatedCallCount(serviceTemp);
2481 private void decrementAssociatedCallCount(ServiceBinder binder) { method in class:Call
2483 binder.decrementAssociatedCallCount();

Completed in 45 milliseconds