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

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp71 static jfieldID field_objectInfo_protectionStatus; variable
264 env->SetIntField(info, field_objectInfo_protectionStatus, objectInfo->mProtectionStatus);
530 field_objectInfo_protectionStatus = env->GetFieldID(clazz, "mProtectionStatus", "I");
531 if (field_objectInfo_protectionStatus == NULL) {

Completed in 5 milliseconds