Searched refs:stableCount (Results 1 – 3 of 3) sorted by relevance
38 public int stableCount; field in ContentProviderConnection124 sb.append(stableCount); in toClientString()
6920 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in incProviderCountLocked()6922 conn.stableCount++; in incProviderCountLocked()6934 conn.stableCount = 1; in incProviderCountLocked()6958 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in decProviderCountLocked()6960 conn.stableCount--; in decProviderCountLocked()6964 if (conn.stableCount == 0 && conn.unstableCount == 0) { in decProviderCountLocked()7164 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) { in getContentProviderImpl()7775 stable = conn.stableCount + stable; in refContentProvider()7792 conn.stableCount = stable; in refContentProvider()14695 if (conn.stableCount > 0) { in removeDyingProviderLocked()
4762 public int stableCount; field in ActivityThread.ProviderRefCount4776 stableCount = sCount; in ProviderRefCount()6849 prc.stableCount += 1; in incProviderRefLocked()6850 if (prc.stableCount == 1) { in incProviderRefLocked()6962 if (prc.stableCount == 0) { in releaseProvider()6967 prc.stableCount -= 1; in releaseProvider()6968 if (prc.stableCount == 0) { in releaseProvider()6998 lastRef = prc.stableCount == 0; in releaseProvider()