Home
last modified time | relevance | path

Searched refs:method_getSupportedDeviceProperties (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp53 static jmethodID method_getSupportedDeviceProperties; variable
338 method_getSupportedDeviceProperties); in getSupportedDeviceProperties()
1157method_getSupportedDeviceProperties = env->GetMethodID(clazz, "getSupportedDeviceProperties", "()[… in register_android_mtp_MtpDatabase()
1158 if (method_getSupportedDeviceProperties == NULL) { in register_android_mtp_MtpDatabase()