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

/system/core/nexus/
H A DWifiNetwork.h71 class WifiNetworkIntegerProperty : public IntegerProperty { class in class:WifiNetwork
75 WifiNetworkIntegerProperty(WifiNetwork *wn, const char *name, bool ro,
77 virtual ~WifiNetworkIntegerProperty() {}
81 friend class WifiNetwork::WifiNetworkIntegerProperty;
95 class WifiNetworkEnabledProperty : public WifiNetworkIntegerProperty {
103 class WifiNetworkPriorityProperty : public WifiNetworkIntegerProperty {
111 class WifiNetworkDefaultKeyIndexProperty : public WifiNetworkIntegerProperty {
H A DWifiNetwork.cpp664 WifiNetwork::WifiNetworkIntegerProperty::WifiNetworkIntegerProperty(WifiNetwork *wn, function in class:WifiNetwork::WifiNetworkIntegerProperty
680 WifiNetworkIntegerProperty(wn, "Enabled", false, 1) {
746 WifiNetworkIntegerProperty(wn, "DefaultKeyIndex", false, 1) {
757 WifiNetworkIntegerProperty(wn, "Priority", false, 1) {

Completed in 24 milliseconds