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