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