Searched refs:mLostCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DSupplicantWifiScannerImpl.java899 private int[] mLostCount = null; field in class:SupplicantWifiScannerImpl.ChangeBuffer
923 mLostCount = new int[bssidInfos.length];
924 Arrays.fill(mLostCount, mApLostThreshold); // default to lost
929 mLostCount = null;
945 for (int i = 0; i < mLostCount.length; ++i) {
966 for (int i = 0; i < mLostCount.length; ++i) {
973 for (int i = 0; i < mLostCount.length; ++i) {
982 if (mLostCount[i] < mApLostThreshold) {
983 mLostCount[i]++;
985 if (mLostCount[
[all...]

Completed in 21 milliseconds