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

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

Completed in 77 milliseconds