Lines Matching refs:mStorageID
141 if (objectInfo->mStorageID)
142 env->SetIntField(object, field_objectInfo_storageId, objectInfo->mStorageID);
319 if (storageInfo->mStorageID)
320 env->SetIntField(info, field_storageInfo_storageId, storageInfo->mStorageID);
613 object_info->mStorageID = env->GetIntField(info, field_objectInfo_storageId);
837 field_storageInfo_storageId = env->GetFieldID(clazz, "mStorageId", "I");
839 ALOGE("Can't find MtpStorageInfo.mStorageId");
879 field_objectInfo_storageId = env->GetFieldID(clazz, "mStorageId", "I");
881 ALOGE("Can't find MtpObjectInfo.mStorageId");