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