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

/frameworks/base/libs/androidfw/
H A DAsset.cpp183 bool scanResult; local
208 scanResult = ZipUtils::examineGzip(fp, &method, &uncompressedLen,
212 if (!scanResult) {
/frameworks/base/tools/aapt/
H A DZipFile.cpp464 bool scanResult; local
468 scanResult = ZipUtils::examineGzip(inputFp, &method, &uncompressedLen,
470 if (!scanResult || method != ZipEntry::kCompressDeflated) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java1497 ScanResult scanResult = mScanResultCache.get(key);
1498 if (scanResult != null) {
1499 scanResult.level = level;
1500 scanResult.wifiSsid = wifiSsid;
1502 scanResult.SSID = (wifiSsid != null) ? wifiSsid.toString() :
1504 scanResult.capabilities = flags;
1505 scanResult.frequency = freq;
1506 scanResult.timestamp = tsf;
1508 scanResult =
1511 mScanResultCache.put(key, scanResult);
[all...]
/frameworks/base/services/java/com/android/server/
H A DWifiService.java1690 ScanResult scanResult = scanResults.get(i);
1694 if (scanResult.capabilities != null &&
1695 scanResult.capabilities.equals("[ESS]")) {

Completed in 2988 milliseconds