Searched refs:sGetServiceAccumulatedCallCount (Results 1 – 2 of 2) sorted by relevance
83 private static int sGetServiceAccumulatedCallCount; field in ServiceManager280 sGetServiceAccumulatedCallCount++; in rawGetService()304 if ((sGetServiceAccumulatedCallCount >= logInterval) in rawGetService()308 sGetServiceAccumulatedCallCount, // Total # of getService() calls. in rawGetService()311 sGetServiceAccumulatedCallCount = 0; in rawGetService()
52376 Landroid/os/ServiceManager;->sGetServiceAccumulatedCallCount:I