Searched defs:sCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java744 private static int sCount = 0; field in class:AsyncChannel.SyncMessenger
787 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++);
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeLog.java52 private static int sCount; field in class:DozeLog
190 final int start = (sPosition - sCount + SIZE) % SIZE;
191 for (int i = 0; i < sCount; i++) {
221 sCount = Math.min(sCount + 1, SIZE);
/frameworks/base/core/java/android/app/
H A DActivityThread.java4025 ProviderClientRecord inClient, int sCount, int uCount) {
4028 stableCount = sCount;
4024 ProviderRefCount(ContentProviderHolder inHolder, ProviderClientRecord inClient, int sCount, int uCount) argument

Completed in 2434 milliseconds