HomeSort by relevance Sort by last modified time
    Searched refs:WifiNetworkEnabledProperty (Results 1 - 2 of 2) sorted by null

  /system/core/nexus/
WifiNetwork.h 95 class WifiNetworkEnabledProperty : public WifiNetworkIntegerProperty {
97 WifiNetworkEnabledProperty(WifiNetwork *wn);
98 virtual ~WifiNetworkEnabledProperty() {};
285 WifiNetworkEnabledProperty *propEnabled;
WifiNetwork.cpp 137 mStaticProperties.propEnabled = new WifiNetworkEnabledProperty(this);
679 WifiNetwork::WifiNetworkEnabledProperty::WifiNetworkEnabledProperty(WifiNetwork *wn) :
683 int WifiNetwork::WifiNetworkEnabledProperty::get(int idx, int *buffer) {
687 int WifiNetwork::WifiNetworkEnabledProperty::set(int idx, int value) {

Completed in 12 milliseconds