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