Searched refs:logForegroundServiceApiEventEnd (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
H A D | FgsLoggerTest.java | 81 mFgsLogger.logForegroundServiceApiEventEnd(1, 1, 1); in testFgsStartThenApiStart() 105 mFgsLogger.logForegroundServiceApiEventEnd(1, 1, 1); in testApiStartThenFgsStart() 136 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testFgsStartApiStartFgsStopApiStop() 149 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testApiStartStopNoFgs() 165 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testApiStartStopFgs() 193 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testFgsStartStopApiStartStop() 240 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testMultipleStartStopApis() 272 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testMultipleStartStops() 276 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testMultipleStartStops() 454 timeStamp = mFgsLogger.logForegroundServiceApiEventEnd(1, 1, 1); in testMultipleFGS() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ForegroundServiceTypeLoggerModule.java | 345 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() method in ForegroundServiceTypeLoggerModule
|
H A D | ActiveServices.java | 1987 mFGSLogger.logForegroundServiceApiEventEnd(uid, pid, apiType); in logFgsApiEndLocked()
|