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

/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp551 const char *extraInfoStr = env->GetStringUTFChars(extraInfo, NULL); local
552 sAGpsRilInterface->update_network_state(connected, type, roaming, extraInfoStr);
553 env->ReleaseStringUTFChars(extraInfo, extraInfoStr);

Completed in 84 milliseconds