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

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

Completed in 117 milliseconds