Searched refs:stableCount (Results 1 – 5 of 5) sorted by relevance
287 public int stableCount() { in stableCount() method in ContentProviderConnection
1833 if (conn.stableCount() > 0) { in removeDyingProviderLocked()
5628 public int stableCount; field in ActivityThread.ProviderRefCount5642 stableCount = sCount; in ProviderRefCount()7898 prc.stableCount += 1; in incProviderRefLocked()7899 if (prc.stableCount == 1) { in incProviderRefLocked()8011 if (prc.stableCount == 0) { in releaseProvider()8016 prc.stableCount -= 1; in releaseProvider()8017 if (prc.stableCount == 0) { in releaseProvider()8047 lastRef = prc.stableCount == 0; in releaseProvider()
6175 PLcom/android/server/am/ContentProviderConnection;->stableCount()I
2024 Landroid/app/ActivityThread$ProviderRefCount;->stableCount:I