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.java262 private int mAssociatedCallCount = 0; field in ServiceBinder
306 mAssociatedCallCount++; in incrementAssociatedCallCount()
307 Log.v(this, "Call count increment %d, %s", mAssociatedCallCount, in incrementAssociatedCallCount()
322 if (mAssociatedCallCount > 0) { in decrementAssociatedCallCount()
323 mAssociatedCallCount--; in decrementAssociatedCallCount()
324 Log.v(this, "Call count decrement %d, %s", mAssociatedCallCount, in decrementAssociatedCallCount()
327 if (!isSuppressingUnbind && mAssociatedCallCount == 0) { in decrementAssociatedCallCount()
337 if (mAssociatedCallCount > 0) { in decrementAssociatedCallCountUpdated()
338 mAssociatedCallCount--; in decrementAssociatedCallCountUpdated()
339 Log.i(this, "Call count decrement %d, %s", mAssociatedCallCount, in decrementAssociatedCallCountUpdated()
[all …]