Searched refs:stableCount (Results 1 – 3 of 3) sorted by relevance
30 public int stableCount; field in ContentProviderConnection77 sb.append(stableCount); in toClientString()
10454 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in incProviderCountLocked()10456 conn.stableCount++; in incProviderCountLocked()10467 conn.stableCount = 1; in incProviderCountLocked()10491 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in decProviderCountLocked()10493 conn.stableCount--; in decProviderCountLocked()10497 if (conn.stableCount == 0 && conn.unstableCount == 0) { in decProviderCountLocked()10623 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) { in getContentProviderImpl()11124 stable = conn.stableCount + stable; in refContentProvider()11141 conn.stableCount = stable; in refContentProvider()16619 if (conn.stableCount > 0) { in removeDyingProviderLocked()
3760 public int stableCount; field in ActivityThread.ProviderRefCount3774 stableCount = sCount; in ProviderRefCount()5453 prc.stableCount += 1; in incProviderRefLocked()5454 if (prc.stableCount == 1) { in incProviderRefLocked()5564 if (prc.stableCount == 0) { in releaseProvider()5569 prc.stableCount -= 1; in releaseProvider()5570 if (prc.stableCount == 0) { in releaseProvider()5600 lastRef = prc.stableCount == 0; in releaseProvider()