Searched refs:noteWifiScanStoppedFromSource (Results 1 – 5 of 5) sorted by relevance
128 void noteWifiScanStoppedFromSource(in WorkSource ws); in noteWifiScanStoppedFromSource() method
623 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource)); in doSuccessfulSingleScan()734 verify(mBatteryStats, never()).noteWifiScanStoppedFromSource(eq(workSource)); in sendSingleScanRequestWithPrivilegedTypeParamsSetFromNonPrivilegedApp()786 verify(mBatteryStats, never()).noteWifiScanStoppedFromSource(eq(workSource)); in sendSingleScanRequestWithPrivilegedHiddenNetworkParamsSetFromNonPrivilegedApp()831 verify(mBatteryStats, never()).noteWifiScanStoppedFromSource(eq(workSource)); in sendSingleScanRequestWithInvalidScanType()928 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource)); in sendSingleScanRequestWhichFailsAfterStart()1374 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource1)); in sendMultipleSingleScanRequestWhilePreviousScanRunning()1393 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource2and3)); in sendMultipleSingleScanRequestWhilePreviousScanRunning()1551 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource1)); in sendMultipleSingleScanRequestWhilePreviousScanRunningAndMergeOneIntoFirstScan()1570 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource2)); in sendMultipleSingleScanRequestWhilePreviousScanRunningAndMergeOneIntoFirstScan()2449 verify(mBatteryStats).noteWifiScanStoppedFromSource(eq(workSource)); in singleScanScanAfterDuplicateScanEnable()
999 public void noteWifiScanStoppedFromSource(WorkSource ws) { in noteWifiScanStoppedFromSource() method in BatteryStatsService
745 mBatteryStats.noteWifiScanStoppedFromSource(mScanWorkSource); in exit()
3235 PLcom/android/server/am/BatteryStatsService;->noteWifiScanStoppedFromSource(Landroid/os/WorkSource;…