Searched refs:logFgsApiEventWithNoFgs (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | FgsLoggerTest.java | 66 .logFgsApiEventWithNoFgs(anyInt(), in setUp() 137 verify(mFgsLogger).logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testFgsStartApiStartFgsStopApiStop() 250 .logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testMultipleStartStopApis() 318 .logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testMultipleStartStops() 387 .logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testMultiStartStopThroughout() 459 .logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testMultipleFGS() 561 .logFgsApiEventWithNoFgs(eq(1), eq(FGS_API_END_WITHOUT_FGS), in testMultipleUid() 565 .logFgsApiEventWithNoFgs(eq(2), eq(FGS_API_END_WITHOUT_FGS), in testMultipleUid() 711 .logFgsApiEventWithNoFgs(anyInt(), anyInt(), anyInt(), anyLong()); in resetAndVerifyZeroInteractions() 716 .logFgsApiEventWithNoFgs(anyInt(), anyInt(), anyInt(), anyLong()); in resetAndVerifyZeroInteractions()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ForegroundServiceTypeLoggerModule.java | 384 logFgsApiEventWithNoFgs(uid, FGS_API_END_WITHOUT_FGS, apiTypes, timestamp); in logForegroundServiceApiEventEnd() 555 public void logFgsApiEventWithNoFgs(int uid, in logFgsApiEventWithNoFgs() method in ForegroundServiceTypeLoggerModule
|