Searched refs:logForegroundServiceApiEventEnd (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
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() 242 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testMultipleStartStopApis() 244 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testMultipleStartStopApis() 245 mFgsLogger.logForegroundServiceApiEventEnd(FOREGROUND_SERVICE_API_TYPE_CAMERA, 1, 1); in testMultipleStartStopApis() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ForegroundServiceTypeLoggerModule.java | 356 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() method in ForegroundServiceTypeLoggerModule
|
D | ActiveServices.java | 2144 mFGSLogger.logForegroundServiceApiEventEnd(uid, pid, apiType); in logFgsApiEndLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 6313 PLcom/android/server/am/ForegroundServiceTypeLoggerModule;->logForegroundServiceApiEventEnd(III)J
|