Searched refs:onReportPowerStats (Results 1 – 2 of 2) sorted by relevance
75 verify(callback).onReportPowerStats(null); in testRequestPowerStats_onNull_executesCallbackWithNull()88 verify(callback).onReportPowerStats(powerStats); in testRequestPowerStats_onPowerStats_executesCallbackWithStats()
307 void onReportPowerStats(@Nullable GnssPowerStats powerStats); in onReportPowerStats() method974 () -> executor.execute(() -> callback.onReportPowerStats(powerStats))); in requestPowerStats()1242 mPendingPowerStatsCallbacks.forEach(cb -> cb.onReportPowerStats(powerStats)); in reportGnssPowerStats()