Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java606 private int mDisconnectPendingCount = 0; field in DcTracker
1685 + mDisconnectPendingCount); in cleanUpAllConnectionsInternal()
1686 if (detach && mDisconnectPendingCount == 0) { in cleanUpAllConnectionsInternal()
1786 mDisconnectPendingCount++; in cleanUpConnectionInternal()
3078 if (mDisconnectPendingCount > 0) { in onDisconnectDone()
3079 mDisconnectPendingCount--; in onDisconnectDone()
3082 if (mDisconnectPendingCount == 0) { in onDisconnectDone()
3119 if (mDisconnectPendingCount > 0) in onDisconnectDone()
3120 mDisconnectPendingCount--; in onDisconnectDone()
3122 if (mDisconnectPendingCount == 0) { in onDisconnectDone()
[all …]