Searched refs:getLastCalledApis (Results 1 – 4 of 4) sorted by relevance
267 assertThat(logger.getLastCalledApis()).isEmpty(); in testAddStatsToQueueLocked_zeroCapacity()293 assertThat(logger.getLastCalledApis()).isEmpty(); in testAddStatsToQueueLocked_negativeCapacity()328 assertThat(logger.getLastCalledApis()).hasSize(1); in testAddStatsToQueueLocked_oneApi()329 ApiCallRecord apiCallRecord = logger.getLastCalledApis().get(0); in testAddStatsToQueueLocked_oneApi()370 assertThat(logger.getLastCalledApis()).hasSize(2); in testAddStatsToQueueLocked_capacityChanged()378 assertThat(logger.getLastCalledApis()).hasSize(1); in testAddStatsToQueueLocked_capacityChanged()379 ApiCallRecord apiCallRecord = logger.getLastCalledApis().get(0); in testAddStatsToQueueLocked_capacityChanged()
37 List<ApiCallRecord> getLastCalledApis(); in getLastCalledApis() method
2523 List<ApiCallRecord> lastCalledApis = instance.getLogger().getLastCalledApis(); in dumpAppSearch()
262 public List<ApiCallRecord> getLastCalledApis() { in getLastCalledApis() method in PlatformLogger