Searched defs:getSupportedDeviceProperties (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java658 private int[] getSupportedDeviceProperties() { method in class:MtpDatabase
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp121 virtual MtpDevicePropertyList* getSupportedDeviceProperties();
335 MtpDevicePropertyList* MyMtpDatabase::getSupportedDeviceProperties() { function in class:MyMtpDatabase
1156 method_getSupportedDeviceProperties = env->GetMethodID(clazz, "getSupportedDeviceProperties", "()[I");
1158 ALOGE("Can't find getSupportedDeviceProperties");

Completed in 41 milliseconds