Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DFgsLoggerTest.java75 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/
DForegroundServiceTypeLoggerModule.java286 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() method in ForegroundServiceTypeLoggerModule
DActiveServices.java2138 mFGSLogger.logForegroundServiceApiEventBegin(uid, pid, apiType, ""); in logFgsApiBeginLocked()
/frameworks/base/services/
Dart-wear-profile6312 HPLcom/android/server/am/ForegroundServiceTypeLoggerModule;->logForegroundServiceApiEventBegin(IIIL…