Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/
H A DServiceManager.java84 private static int sGetServiceAccumulatedCallCount; field in ServiceManager
348 sGetServiceAccumulatedCallCount++; in rawGetService()
372 if ((sGetServiceAccumulatedCallCount >= logInterval) in rawGetService()
376 sGetServiceAccumulatedCallCount, // Total # of getService() calls. in rawGetService()
379 sGetServiceAccumulatedCallCount = 0; in rawGetService()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt41821 Landroid/os/ServiceManager;->sGetServiceAccumulatedCallCount:I