Searched refs:field_batteryLevel (Results 1 – 1 of 1) sorted by relevance
72 static jfieldID field_batteryLevel; variable566 packet.putUInt8((uint8_t)env->GetIntField(mDatabase, field_batteryLevel)); in getDevicePropertyValue()1122 result->mCurrentValue.u.u8 = (uint8_t)env->GetIntField(mDatabase, field_batteryLevel); in getDevicePropertyDesc()1295 field_batteryLevel = env->GetFieldID(clazz, "mBatteryLevel", "I"); in register_android_mtp_MtpDatabase()1296 if (field_batteryLevel == NULL) { in register_android_mtp_MtpDatabase()