Searched refs:isHwPnoSupported (Results 1 – 5 of 5) sorted by relevance
132 public boolean isHwPnoSupported(boolean isConnectedPno) { in isHwPnoSupported() method in HalWifiScannerImpl133 return mWificondScannerDelegate.isHwPnoSupported(isConnectedPno); in isHwPnoSupported()
181 public abstract boolean isHwPnoSupported(boolean isConnectedPno); in isHwPnoSupported() method in WifiScannerImpl
467 public boolean isHwPnoSupported(boolean isConnectedPno) { in isHwPnoSupported() method in WificondScannerImpl
1879 public boolean isHwPnoSupported(boolean isConnected) { in isHwPnoSupported() method in WifiScanningServiceImpl.WifiPnoScanStateMachine.ScannerImplsTracker1881 if (!impl.isHwPnoSupported(isConnected)) { in isHwPnoSupported()1994 if (mScannerImplsTracker.isHwPnoSupported(pnoSettings.isConnected)) { in processMessage()
2352 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 …]