Searched refs:method_setDeviceProperty (Results 1 – 1 of 1) sorted by relevance
66 static jmethodID method_setDeviceProperty; variable668 result = env->CallIntMethod(mDatabase, method_setDeviceProperty, in setDevicePropertyValue()1329 …method_setDeviceProperty = env->GetMethodID(clazz, "setDeviceProperty", "(IJLjava/lang/String;)I"); in register_android_mtp_MtpDatabase()1330 if (method_setDeviceProperty == NULL) { in register_android_mtp_MtpDatabase()