Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
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()
418 mFgsLogger.logForegroundServiceStart(1, 1, record2); in testMultipleFGS()
[all …]
/frameworks/base/core/java/android/app/
DService.java780 logForegroundServiceStart(comp, FOREGROUND_SERVICE_TYPE_MANIFEST); in startForeground()
867 logForegroundServiceStart(comp, foregroundServiceType); in startForeground()
1059 private void logForegroundServiceStart(ComponentName comp,
/frameworks/base/services/core/java/com/android/server/am/
DForegroundServiceTypeLoggerModule.java137 public void logForegroundServiceStart(int uid, int pid, ServiceRecord record) { in logForegroundServiceStart() method in ForegroundServiceTypeLoggerModule
DActiveServices.java2695 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in setServiceForegroundInnerLocked()
9228 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in startForegroundServiceDelegateLocked()
/frameworks/base/services/
Dart-wear-profile6314 HPLcom/android/server/am/ForegroundServiceTypeLoggerModule;->logForegroundServiceStart(IILcom/andro…