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

/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp825 jstring exclusionListObj = (jstring)env->CallObjectMethod( local
829 env->GetStringUTFChars(exclusionListObj, NULL);
831 if (host != NULL && exclusionListObj != NULL) {
836 env->ReleaseStringUTFChars(exclusionListObj, exclusionList);

Completed in 30 milliseconds