Searched refs:method_getDeviceProperty (Results 1 – 1 of 1) sorted by relevance
55 static jmethodID method_getDeviceProperty; variable532 jint result = env->CallIntMethod(mDatabase, method_getDeviceProperty, in getDevicePropertyValue()1037 jint ret = env->CallIntMethod(mDatabase, method_getDeviceProperty, in getDevicePropertyDesc()1164 method_getDeviceProperty = env->GetMethodID(clazz, "getDeviceProperty", "(I[J[C)I"); in register_android_mtp_MtpDatabase()1165 if (method_getDeviceProperty == NULL) { in register_android_mtp_MtpDatabase()