Searched refs:unstableCount (Results 1 – 4 of 4) sorted by relevance
39 public int unstableCount; field in ContentProviderConnection128 sb.append(unstableCount); in toClientString()
6626 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in incProviderCountLocked()6631 conn.unstableCount++; in incProviderCountLocked()6643 conn.unstableCount = 1; in incProviderCountLocked()6664 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in decProviderCountLocked()6668 conn.unstableCount--; in decProviderCountLocked()6670 if (conn.stableCount == 0 && conn.unstableCount == 0) { in decProviderCountLocked()6870 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) { in getContentProviderImpl()7470 unstable = conn.unstableCount + unstable; in refContentProvider()7480 conn.unstableCount = unstable; in refContentProvider()
4561 public int unstableCount; field in ActivityThread.ProviderRefCount4575 unstableCount = uCount; in ProviderRefCount()6667 prc.unstableCount += 1; in incProviderRefLocked()6668 if (prc.unstableCount == 1) { in incProviderRefLocked()6759 lastRef = prc.unstableCount == 0; in releaseProvider()6772 if (prc.unstableCount == 0) { in releaseProvider()6777 prc.unstableCount -= 1; in releaseProvider()6778 if (prc.unstableCount == 0) { in releaseProvider()
2025 Landroid/app/ActivityThread$ProviderRefCount;->unstableCount:I