Searched defs:WifiIfaceHandleVarName (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp222 static const char *WifiIfaceHandleVarName = "sWifiIfaceHandles"; member in namespace:android
230 return (wifi_interface_handle) helper.getStaticLongArrayField(cls, WifiIfaceHandleVarName, index);
442 helper.setStaticLongArrayField(cls, WifiIfaceHandleVarName, array);
453 jlong value = helper.getStaticLongArrayField(cls, WifiIfaceHandleVarName, i);

Completed in 107 milliseconds