Searched refs:unstableCount (Results 1 – 3 of 3) sorted by relevance
31 public int unstableCount; field in ContentProviderConnection81 sb.append(unstableCount); in toClientString()
9091 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount);9096 conn.unstableCount++;9107 conn.unstableCount = 1;9127 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount);9131 conn.unstableCount--;9133 if (conn.stableCount == 0 && conn.unstableCount == 0) {9227 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) {9677 unstable = conn.unstableCount + unstable;9687 conn.unstableCount = unstable;
3307 public int unstableCount; field in ActivityThread.ProviderRefCount3321 unstableCount = uCount; in ProviderRefCount()4676 prc.unstableCount += 1; in incProviderRefLocked()4677 if (prc.unstableCount == 1) { in incProviderRefLocked()4766 lastRef = prc.unstableCount == 0; in releaseProvider()4779 if (prc.unstableCount == 0) { in releaseProvider()4784 prc.unstableCount -= 1; in releaseProvider()4785 if (prc.unstableCount == 0) { in releaseProvider()