Home
last modified time | relevance | path

Searched refs:isHwPnoSupported (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
DHalWifiScannerImpl.java132 public boolean isHwPnoSupported(boolean isConnectedPno) { in isHwPnoSupported() method in HalWifiScannerImpl
133 return mWificondScannerDelegate.isHwPnoSupported(isConnectedPno); in isHwPnoSupported()
DWifiScannerImpl.java181 public abstract boolean isHwPnoSupported(boolean isConnectedPno); in isHwPnoSupported() method in WifiScannerImpl
DWificondScannerImpl.java467 public boolean isHwPnoSupported(boolean isConnectedPno) { in isHwPnoSupported() method in WificondScannerImpl
DWifiScanningServiceImpl.java1879 public boolean isHwPnoSupported(boolean isConnected) { in isHwPnoSupported() method in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker
1881 if (!impl.isHwPnoSupported(isConnected)) { in isHwPnoSupported()
1994 if (mScannerImplsTracker.isHwPnoSupported(pnoSettings.isConnected)) { in processMessage()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java2352 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in expectHwPnoScan()
2367 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in expectHwPnoScanOnImpls()
2368 when(mWifiScannerImpl1.isHwPnoSupported(anyBoolean())).thenReturn(true); in expectHwPnoScanOnImpls()
3335 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in testFailedHwPnoScanWhichFailsToStartOnMultipleImpls()
3336 when(mWifiScannerImpl1.isHwPnoSupported(anyBoolean())).thenReturn(true); in testFailedHwPnoScanWhichFailsToStartOnMultipleImpls()
3371 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in testSuccessfulHwPnoScanWhichFailsToStartOnOneImpl()
3372 when(mWifiScannerImpl1.isHwPnoSupported(anyBoolean())).thenReturn(true); in testSuccessfulHwPnoScanWhichFailsToStartOnOneImpl()
3417 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in testFailedHwPnoScanWhichFailsAfterStartOnMultipleImpls()
3418 when(mWifiScannerImpl1.isHwPnoSupported(anyBoolean())).thenReturn(true); in testFailedHwPnoScanWhichFailsAfterStartOnMultipleImpls()
3468 when(mWifiScannerImpl0.isHwPnoSupported(anyBoolean())).thenReturn(true); in testSuccessfulHwPnoScanWhichFailsAfterStartOnOneImpl()
[all …]