Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DServiceManager.java94 private static int sGetServiceAccumulatedCallCount; field in ServiceManager
391 sGetServiceAccumulatedCallCount++; in rawGetService()
415 if ((sGetServiceAccumulatedCallCount >= logInterval) in rawGetService()
419 sGetServiceAccumulatedCallCount, // Total # of getService() calls. in rawGetService()
422 sGetServiceAccumulatedCallCount = 0; in rawGetService()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt38498 Landroid/os/ServiceManager;->sGetServiceAccumulatedCallCount:I