Home
last modified time | relevance | path

Searched refs:mAssociatedCallCount (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DServiceBinder.java230 private int mAssociatedCallCount = 0; field in ServiceBinder
272 mAssociatedCallCount++; in incrementAssociatedCallCount()
273 Log.v(this, "Call count increment %d, %s", mAssociatedCallCount, in incrementAssociatedCallCount()
282 if (mAssociatedCallCount > 0) { in decrementAssociatedCallCount()
283 mAssociatedCallCount--; in decrementAssociatedCallCount()
284 Log.v(this, "Call count decrement %d, %s", mAssociatedCallCount, in decrementAssociatedCallCount()
287 if (!isSuppressingUnbind && mAssociatedCallCount == 0) { in decrementAssociatedCallCount()
297 return mAssociatedCallCount; in getAssociatedCallCount()