Searched refs:stableCount (Results 1 – 5 of 5) sorted by relevance
268 public int stableCount() { in stableCount() method in ContentProviderConnection
1690 if (conn.stableCount() > 0) { in removeDyingProviderLocked()
5065 public int stableCount; field in ActivityThread.ProviderRefCount5079 stableCount = sCount; in ProviderRefCount()7031 prc.stableCount += 1; in incProviderRefLocked()7032 if (prc.stableCount == 1) { in incProviderRefLocked()7144 if (prc.stableCount == 0) { in releaseProvider()7149 prc.stableCount -= 1; in releaseProvider()7150 if (prc.stableCount == 0) { in releaseProvider()7180 lastRef = prc.stableCount == 0; in releaseProvider()
2024 Landroid/app/ActivityThread$ProviderRefCount;->stableCount:I
7953 HPLcom/android/server/am/ContentProviderConnection;->stableCount()I