Searched refs:ForegroundServiceApiType (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ForegroundServiceTypeLoggerModule.java | 34 import android.app.ActivityManager.ForegroundServiceApiType; 275 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() 345 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() 411 public void logForegroundServiceApiStateChanged(@ForegroundServiceApiType int apiType, in logForegroundServiceApiStateChanged() 464 private boolean hasValidActiveFgs(int uid, @ForegroundServiceApiType int apiType) { in hasValidActiveFgs() 478 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEvent() 545 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEventWithNoFgs() 606 @ForegroundServiceApiType 615 @ForegroundServiceApiType int type, in FgsApiRecord()
|
H A D | ActivityManagerService.java | 198 import android.app.ActivityManager.ForegroundServiceApiType; 13266 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 13276 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd() 13286 public void logFgsApiStateChanged(@ForegroundServiceApiType int apiType, in logFgsApiStateChanged() 19006 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 19014 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ActivityManager.java | 864 public @interface ForegroundServiceApiType {} annotation in ActivityManager 5843 public void noteForegroundResourceUseBegin(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseBegin() 5862 public void noteForegroundResourceUseEnd(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseEnd()
|