Home
last modified time | relevance | path

Searched defs:apiType (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DForegroundServiceTypeLoggerModule.java155 final int apiType = apiTypes.get(i); in logForegroundServiceStart() local
222 final int apiType = apiTypes.get(i); in logForegroundServiceStop() local
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()
H A DActiveServices.java1979 void logFgsApiBeginLocked(int uid, int pid, int apiType) { in logFgsApiBeginLocked()
1985 void logFgsApiEndLocked(int uid, int pid, int apiType) { in logFgsApiEndLocked()
1991 void logFgsApiStateChangedLocked(int uid, int pid, int apiType, int state) { in logFgsApiStateChangedLocked()
H A DActivityManagerService.java13266 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/services/core/java/com/android/server/location/injector/
H A DLocationUsageLogger.java217 int apiType, boolean hasListener, boolean hasIntent) { in getCallbackType()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManagerInternal.java1158 public abstract void logFgsApiBegin(int apiType, int uid, int pid); in logFgsApiBegin()
1166 public abstract void logFgsApiEnd(int apiType, int uid, int pid); in logFgsApiEnd()
H A DIActivityManager.aidl150 oneway void logFgsApiBegin(int apiType, int appUid, int appPid); in logFgsApiBegin()
153 oneway void logFgsApiEnd(int apiType, int appUid, int appPid); in logFgsApiEnd()
156 oneway void logFgsApiStateChanged(int apiType, int state, int appUid, int appPid); in logFgsApiStateChanged()
H A DActivityManager.java5843 public void noteForegroundResourceUseBegin(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseBegin()
5862 public void noteForegroundResourceUseEnd(@ForegroundServiceApiType int apiType, in noteForegroundResourceUseEnd()