Home
last modified time | relevance | path

Searched refs:logForegroundServiceStart (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DFgsLoggerTest.java74 mFgsLogger.logForegroundServiceStart(1, 1, record); in testFgsStartThenApiStart()
99 mFgsLogger.logForegroundServiceStart(1, 1, record); in testApiStartThenFgsStart()
127 mFgsLogger.logForegroundServiceStart(1, 1, record); in testFgsStartApiStartFgsStopApiStop()
169 mFgsLogger.logForegroundServiceStart(1, 1, record); in testApiStartStopFgs()
179 mFgsLogger.logForegroundServiceStart(1, 1, record); in testFgsStartStopApiStartStop()
219 mFgsLogger.logForegroundServiceStart(1, 1, record); in testMultipleStartStopApis()
282 mFgsLogger.logForegroundServiceStart(1, 1, record); in testMultipleStartStops()
347 mFgsLogger.logForegroundServiceStart(1, 1, record); in testMultiStartStopThroughout()
417 mFgsLogger.logForegroundServiceStart(1, 1, record); in testMultipleFGS()
512 mFgsLogger.logForegroundServiceStart(1, 1, record); in testMultipleUid()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DService.java779 logForegroundServiceStart(comp, FOREGROUND_SERVICE_TYPE_MANIFEST); in startForeground()
866 logForegroundServiceStart(comp, foregroundServiceType); in startForeground()
1058 private void logForegroundServiceStart(ComponentName comp,
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DForegroundServiceTypeLoggerModule.java136 public void logForegroundServiceStart(int uid, int pid, ServiceRecord record) { in logForegroundServiceStart() method in ForegroundServiceTypeLoggerModule
H A DActiveServices.java2465 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in setServiceForegroundInnerLocked()
8439 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in startForegroundServiceDelegateLocked()