Searched refs:logForegroundServiceStart (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | FgsLoggerTest.java | 74 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/ |
D | Service.java | 780 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/ |
D | ForegroundServiceTypeLoggerModule.java | 137 public void logForegroundServiceStart(int uid, int pid, ServiceRecord record) { in logForegroundServiceStart() method in ForegroundServiceTypeLoggerModule
|
D | ActiveServices.java | 2695 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in setServiceForegroundInnerLocked() 9228 mFGSLogger.logForegroundServiceStart(r.appInfo.uid, 0, r); in startForegroundServiceDelegateLocked()
|
/frameworks/base/services/ |
D | art-wear-profile | 6314 HPLcom/android/server/am/ForegroundServiceTypeLoggerModule;->logForegroundServiceStart(IILcom/andro…
|