Home
last modified time | relevance | path

Searched refs:FGS_API_BEGIN_WITH_FGS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DFgsLoggerTest.java22 import static com.android.server.am.ForegroundServiceTypeLoggerModule.FGS_API_BEGIN_WITH_FGS;
78 eq(FGS_STATE_CHANGED_API_CALL), eq(FGS_API_BEGIN_WITH_FGS), in testFgsStartThenApiStart()
102 eq(FGS_STATE_CHANGED_API_CALL), eq(FGS_API_BEGIN_WITH_FGS), in testApiStartThenFgsStart()
129 eq(FGS_STATE_CHANGED_API_CALL), eq(FGS_API_BEGIN_WITH_FGS), in testFgsStartApiStartFgsStopApiStop()
229 eq(FGS_API_BEGIN_WITH_FGS), in testMultipleStartStopApis()
292 eq(FGS_API_BEGIN_WITH_FGS), in testMultipleStartStops()
357 eq(FGS_API_BEGIN_WITH_FGS), in testMultiStartStopThroughout()
428 eq(FGS_API_BEGIN_WITH_FGS), in testMultipleFGS()
523 eq(FGS_API_BEGIN_WITH_FGS), in testMultipleUid()
604 eq(FGS_API_BEGIN_WITH_FGS), in testMultipleStartStopWithinFgsWindow()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DForegroundServiceTypeLoggerModule.java64 public static final int FGS_API_BEGIN_WITH_FGS = 1; field in ForegroundServiceTypeLoggerModule
71 FGS_API_BEGIN_WITH_FGS,
199 FGS_API_BEGIN_WITH_FGS, in logForegroundServiceStart()
343 FGS_API_BEGIN_WITH_FGS, in logForegroundServiceApiEventBegin()