Merge "rename ScanResult.status -> autoJoinStatus" into lmp-dev

This commit is contained in:
vandwalle
2014-08-21 14:55:45 +00:00
committed by Android (Google) Code Review

View File

@@ -456,7 +456,7 @@ class AccessPoint extends Preference {
if (result.seen == 0) if (result.seen == 0)
continue; continue;
if (result.status != ScanResult.ENABLED) if (result.autoJoinStatus != ScanResult.ENABLED)
numBlackListed++; numBlackListed++;
if (result.frequency > LOWER_FREQ_5GHZ if (result.frequency > LOWER_FREQ_5GHZ