Searched refs:field_deviceType (Results 1 – 1 of 1) sorted by relevance
79 static jfieldID field_deviceType; variable1216 result->mCurrentValue.u.u32 = (uint32_t)env->GetIntField(mDatabase, field_deviceType); in getDevicePropertyDesc()1397 field_deviceType = env->GetFieldID(clazz, "mDeviceType", "I"); in register_android_mtp_MtpDatabase()1398 if (field_deviceType == NULL) { in register_android_mtp_MtpDatabase()