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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp358 const char *channel_array_type = "[Lcom/android/server/wifi/WifiNative$ChannelSettings;"; local
381 env, bucket, "channels", channel_array_type);
387 jobject channel = getObjectArrayField(env, bucket, "channels", channel_array_type, j);

Completed in 26 milliseconds