Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DServiceManager.java103 private static int sGetServiceAccumulatedCallCount; field in ServiceManager
441 sGetServiceAccumulatedCallCount++; in rawGetService()
465 if ((sGetServiceAccumulatedCallCount >= logInterval) in rawGetService()
469 sGetServiceAccumulatedCallCount, // Total # of getService() calls. in rawGetService()
472 sGetServiceAccumulatedCallCount = 0; in rawGetService()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37855 Landroid/os/ServiceManager;->sGetServiceAccumulatedCallCount:I