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

  /system/core/nexus/
WifiNetwork.h 71 class WifiNetworkIntegerProperty : public IntegerProperty {
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 {
WifiNetwork.cpp 664 WifiNetwork::WifiNetworkIntegerProperty::WifiNetworkIntegerProperty(WifiNetwork *wn,
680 WifiNetworkIntegerProperty(wn, "Enabled", false, 1) {
746 WifiNetworkIntegerProperty(wn, "DefaultKeyIndex", false, 1) {
757 WifiNetworkIntegerProperty(wn, "Priority", false, 1) {

Completed in 38 milliseconds