Searched refs:lostApSampleSize (Results 1 – 3 of 3) sorted by relevance
839 public int lostApSampleSize; /* samples to confirm AP's loss */ field in WifiScanner.WifiChangeSettings853 dest.writeInt(lostApSampleSize); in writeToParcel()877 settings.lostApSampleSize = in.readInt();912 int lostApSampleSize, /* samples to confirm AP's loss */ in configureWifiChange() argument923 settings.lostApSampleSize = lostApSampleSize; in configureWifiChange()
2302 settings2.lostApSampleSize = 3; in reconfigureScan()
27020 field public int lostApSampleSize;