Searched refs:mUsageStatsQueryCaptor (Results 1 – 1 of 1) sorted by relevance
47 private ArgumentCaptor<BatteryUsageStatsQuery> mUsageStatsQueryCaptor; field in BatteryUsageStatsLoaderTest62 when(mBatteryStatsManager.getBatteryUsageStats(mUsageStatsQueryCaptor.capture())) in testLoadInBackground_loadWithoutHistory()67 final int queryFlags = mUsageStatsQueryCaptor.getValue().getFlags(); in testLoadInBackground_loadWithoutHistory()77 when(mBatteryStatsManager.getBatteryUsageStats(mUsageStatsQueryCaptor.capture())) in testLoadInBackground_loadWithHistory()82 final int queryFlags = mUsageStatsQueryCaptor.getValue().getFlags(); in testLoadInBackground_loadWithHistory()