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

/frameworks/opt/net/wifi/service/jni/
H A Dcom_android_server_wifi_WifiNative.cpp889 jclass clsRttResult = (env)->FindClass("android/net/wifi/RttManager$RttResult"); local
890 if (clsRttResult == NULL) {
895 jobjectArray rttResults = env->NewObjectArray(num_results, clsRttResult, NULL);

Completed in 16 milliseconds