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

/system/core/nexus/
H A DWifiNetwork.h111 class WifiNetworkDefaultKeyIndexProperty : public WifiNetworkIntegerProperty { class in class:WifiNetwork
113 WifiNetworkDefaultKeyIndexProperty(WifiNetwork *wn);
114 virtual ~WifiNetworkDefaultKeyIndexProperty() {};
290 WifiNetworkDefaultKeyIndexProperty *propDefKeyIdx;
H A DWifiNetwork.cpp142 mStaticProperties.propDefKeyIdx = new WifiNetworkDefaultKeyIndexProperty(this);
745 WifiNetwork::WifiNetworkDefaultKeyIndexProperty::WifiNetworkDefaultKeyIndexProperty(WifiNetwork *wn) : function in class:WifiNetwork::WifiNetworkDefaultKeyIndexProperty
748 int WifiNetwork::WifiNetworkDefaultKeyIndexProperty::get(int idx, int *buffer) {
752 int WifiNetwork::WifiNetworkDefaultKeyIndexProperty::set(int idx, int value) {

Completed in 497 milliseconds