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.java30 public int stableCount; field in ContentProviderConnection
77 sb.append(stableCount); in toClientString()
DActivityManagerService.java12035 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in incProviderCountLocked()
12037 conn.stableCount++; in incProviderCountLocked()
12048 conn.stableCount = 1; in incProviderCountLocked()
12072 + " scnt=" + conn.stableCount + " uscnt=" + conn.unstableCount); in decProviderCountLocked()
12074 conn.stableCount--; in decProviderCountLocked()
12078 if (conn.stableCount == 0 && conn.unstableCount == 0) { in decProviderCountLocked()
12216 if (conn != null && (conn.stableCount+conn.unstableCount) == 1) { in getContentProviderImpl()
12749 stable = conn.stableCount + stable; in refContentProvider()
12766 conn.stableCount = stable; in refContentProvider()
20055 if (conn.stableCount > 0) { in removeDyingProviderLocked()
/frameworks/base/core/java/android/app/
DActivityThread.java4047 public int stableCount; field in ActivityThread.ProviderRefCount
4061 stableCount = sCount; in ProviderRefCount()
6002 prc.stableCount += 1; in incProviderRefLocked()
6003 if (prc.stableCount == 1) { in incProviderRefLocked()
6113 if (prc.stableCount == 0) { in releaseProvider()
6118 prc.stableCount -= 1; in releaseProvider()
6119 if (prc.stableCount == 0) { in releaseProvider()
6149 lastRef = prc.stableCount == 0; in releaseProvider()
/frameworks/base/config/
Dhiddenapi-private-dex.txt2463 Landroid/app/ActivityThread$ProviderRefCount;->stableCount:I