Searched refs:stableCount (Results 1 – 4 of 4) sorted by relevance
38 public int stableCount; field in ContentProviderConnection124 sb.append(stableCount); in toClientString()
6626 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in incProviderCountLocked()6628 conn.stableCount++; in incProviderCountLocked()6640 conn.stableCount = 1; in incProviderCountLocked()6664 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in decProviderCountLocked()6666 conn.stableCount--; in decProviderCountLocked()6670 if (conn.stableCount == 0 && conn.unstableCount == 0) { in decProviderCountLocked()6870 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) { in getContentProviderImpl()7462 stable = conn.stableCount + stable; in refContentProvider()7479 conn.stableCount = stable; in refContentProvider()13706 if (conn.stableCount > 0) { in removeDyingProviderLocked()
4560 public int stableCount; field in ActivityThread.ProviderRefCount4574 stableCount = sCount; in ProviderRefCount()6633 prc.stableCount += 1; in incProviderRefLocked()6634 if (prc.stableCount == 1) { in incProviderRefLocked()6746 if (prc.stableCount == 0) { in releaseProvider()6751 prc.stableCount -= 1; in releaseProvider()6752 if (prc.stableCount == 0) { in releaseProvider()6782 lastRef = prc.stableCount == 0; in releaseProvider()
2024 Landroid/app/ActivityThread$ProviderRefCount;->stableCount:I