Searched refs:getMaxSsidsPerScan (Results 1 – 4 of 4) sorted by relevance
42 when(mWifiNative.getMaxSsidsPerScan(anyString())).thenReturn( in setUp()
72 when(mWifiNative.getMaxSsidsPerScan(anyString())).thenReturn(MAX_NUM_SCAN_SSIDS + 1); in setup()411 when(mWifiNative.getMaxSsidsPerScan(anyString())).thenReturn(-1); in testFailureInGetMaxSsidsPerScan()
186 mMaxNumScanSsids = mWifiNative.getMaxSsidsPerScan(getIfaceName()) - 1; in startSingleScan()
2061 public int getMaxSsidsPerScan(@NonNull String ifaceName) { in getMaxSsidsPerScan() method in WifiNative2063 return mWifiCondManager.getMaxSsidsPerScan(ifaceName); in getMaxSsidsPerScan()