Searched refs:logForegroundServiceApiEventBegin (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | FgsLoggerTest.java | 75 mFgsLogger.logForegroundServiceApiEventBegin(1, 1, 1, "aPackageHasNoName"); in testFgsStartThenApiStart() 95 mFgsLogger.logForegroundServiceApiEventBegin(1, 1, 1, "aPackageHasNoName"); in testApiStartThenFgsStart() 120 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testFgsStartApiStartFgsStopApiStop() 143 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testApiStartStopNoFgs() 159 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testApiStartStopFgs() 187 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testFgsStartStopApiStartStop() 202 long timeStamp = mFgsLogger.logForegroundServiceApiEventBegin( in testMultipleStartStopApis() 206 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testMultipleStartStopApis() 208 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testMultipleStartStopApis() 210 mFgsLogger.logForegroundServiceApiEventBegin(FOREGROUND_SERVICE_API_TYPE_CAMERA, in testMultipleStartStopApis() [all …]
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ForegroundServiceTypeLoggerModule.java | 286 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() method in ForegroundServiceTypeLoggerModule
|
D | ActiveServices.java | 2138 mFGSLogger.logForegroundServiceApiEventBegin(uid, pid, apiType, ""); in logFgsApiBeginLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 6312 HPLcom/android/server/am/ForegroundServiceTypeLoggerModule;->logForegroundServiceApiEventBegin(IIIL…
|