Searched refs:sCount (Results 1 – 4 of 4) sorted by relevance
57 private static int sCount; field in DozeLog220 final int start = (sPosition - sCount + SIZE) % SIZE; in dump()221 for (int i = 0; i < sCount; i++) { in dump()251 sCount = Math.min(sCount + 1, SIZE); in log()
766 private static int sCount = 0; field in AsyncChannel.SyncMessenger810 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++); in obtain()
4571 ProviderClientRecord inClient, int sCount, int uCount) { in ProviderRefCount() argument4574 stableCount = sCount; in ProviderRefCount()
99554 Lcom/android/internal/util/AsyncChannel$SyncMessenger;->sCount:I