Searched refs:updateNetworks (Results 1 – 3 of 3) sorted by relevance
198 List<ScanResultMatchInfo> updateNetworks = Collections.singletonList(mNetwork2); in updateWithLockedNetworkShouldResetRequiredNumberOfScans() local203 mWakeupLock.update(updateNetworks); in updateWithLockedNetworkShouldResetRequiredNumberOfScans()207 updateEnoughTimesToEvictWithAsserts(updateNetworks); in updateWithLockedNetworkShouldResetRequiredNumberOfScans()
1045 mService.updateNetworks();1067 mService.updateNetworks();1084 mService.updateNetworks();1103 mService.updateNetworks();1121 mService.updateNetworks();1135 mService.updateNetworks();1169 mService.updateNetworks();1189 mService.updateNetworks();1208 mService.updateNetworks();1234 mService.updateNetworks();[all …]
1504 void updateNetworks() throws InterruptedException { in updateNetworks() method in NetworkPolicyManagerService