Home
last modified time | relevance | path

Searched refs:sGetServiceAccumulatedCallCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DServiceManager.java83 private static int sGetServiceAccumulatedCallCount; field in ServiceManager
280 sGetServiceAccumulatedCallCount++; in rawGetService()
304 if ((sGetServiceAccumulatedCallCount >= logInterval) in rawGetService()
308 sGetServiceAccumulatedCallCount, // Total # of getService() calls. in rawGetService()
311 sGetServiceAccumulatedCallCount = 0; in rawGetService()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52376 Landroid/os/ServiceManager;->sGetServiceAccumulatedCallCount:I