Searched refs:sCount (Results 1 – 3 of 3) sorted by relevance
48 private static int sCount; field in DozeLog176 final int start = (sPosition - sCount + SIZE) % SIZE; in dump()177 for (int i = 0; i < sCount; i++) { in dump()207 sCount = Math.min(sCount + 1, SIZE); in log()
744 private static int sCount = 0; field in AsyncChannel.SyncMessenger787 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++); in obtain()
3438 ProviderClientRecord inClient, int sCount, int uCount) { in ProviderRefCount() argument3441 stableCount = sCount; in ProviderRefCount()