Searched refs:ForegroundServiceApiType (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ForegroundServiceTypeLoggerModule.java | 34 import android.app.ActivityManager.ForegroundServiceApiType; 286 public long logForegroundServiceApiEventBegin(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventBegin() 356 public long logForegroundServiceApiEventEnd(@ForegroundServiceApiType int apiType, in logForegroundServiceApiEventEnd() 422 public void logForegroundServiceApiStateChanged(@ForegroundServiceApiType int apiType, in logForegroundServiceApiStateChanged() 475 private boolean hasValidActiveFgs(int uid, @ForegroundServiceApiType int apiType) { in hasValidActiveFgs() 489 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEvent() 557 @ForegroundServiceApiType int apiType, long timestamp) { in logFgsApiEventWithNoFgs() 618 @ForegroundServiceApiType 627 @ForegroundServiceApiType int type, in FgsApiRecord()
|
D | ActivityManagerService.java | 207 import android.app.ActivityManager.ForegroundServiceApiType; 13667 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 13677 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd() 13687 public void logFgsApiStateChanged(@ForegroundServiceApiType int apiType, in logFgsApiStateChanged() 18049 public void logFgsApiBegin(@ForegroundServiceApiType int apiType, in logFgsApiBegin() 18057 public void logFgsApiEnd(@ForegroundServiceApiType int apiType, in logFgsApiEnd()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 940 public @interface ForegroundServiceApiType {} annotation in ActivityManager 6378 public void noteForegroundResourceUseBegin(@ForegroundServiceApiType int apiType, 6397 public void noteForegroundResourceUseEnd(@ForegroundServiceApiType int apiType,
|