Home
last modified time | relevance | path

Searched refs:stableCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DContentProviderConnection.java38 public int stableCount; field in ContentProviderConnection
124 sb.append(stableCount); in toClientString()
DActivityManagerService.java6626 + " 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()
/frameworks/base/core/java/android/app/
DActivityThread.java4560 public int stableCount; field in ActivityThread.ProviderRefCount
4574 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2024 Landroid/app/ActivityThread$ProviderRefCount;->stableCount:I