Searched refs:field_storageInfo_freeSpace (Results 1 – 1 of 1) sorted by relevance
63 static jfieldID field_storageInfo_freeSpace; variable201 env->SetLongField(info, field_storageInfo_freeSpace, storageInfo->mFreeSpaceBytes); in android_mtp_MtpDevice_get_storage_info()478 field_storageInfo_freeSpace = env->GetFieldID(clazz, "mFreeSpace", "J"); in register_android_mtp_MtpDevice()479 if (field_storageInfo_freeSpace == NULL) { in register_android_mtp_MtpDevice()