Searched refs:noteWifiScanStoppedFromSource (Results 1 – 4 of 4) sorted by relevance
118 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() method
539 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource)); in doSuccessfulSingleScan()683 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource)); in sendSingleScanRequestWhichFailsAfterStart()991 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource1)); in sendMultipleSingleScanRequestWhilePreviousScanRunning()1010 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource2and3)); in sendMultipleSingleScanRequestWhilePreviousScanRunning()1155 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource1)); in sendMultipleSingleScanRequestWhilePreviousScanRunningAndMergeOneIntoFirstScan()1175 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource2)); in sendMultipleSingleScanRequestWhilePreviousScanRunningAndMergeOneIntoFirstScan()
884 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource() method in BatteryStatsService
676 mBatteryStats.noteWifiScanStoppedFromSource(mScanWorkSource); in exit()