Searched refs:mIsOceSupported (Results 1 – 2 of 2) sorted by relevance
37 private boolean mIsOceSupported = false; field in MboOceController65 mIsOceSupported = (supportedFeatures & WIFI_FEATURE_OCE) != 0; in enable()69 + " OCE support: " + mIsOceSupported); in enable()
703 private boolean mIsOceSupported = false; field in WifiMetrics.RouterFingerPrint739 sb.append(", mIsOceSupported=" + mIsOceSupported); in toString()2694 r.mRouterFingerPrintProto.pmkCacheEnabled, r.mIsMboSupported, r.mIsOceSupported, in reportRouterCapabilities()2898 currentConnectionEvent.mRouterFingerPrint.mIsOceSupported = networkDetail.isOceSupported(); in updateMetricsFromNetworkDetail()