Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp64 jmethodID constructor_storageInfo; variable
138 constructor_storageInfo = GetMethodIDOrDie(env, clazz_storageInfo, "<init>", "()V"); in initializeJavaIDs()
465 jobject info = env->NewObject(clazz_storageInfo, constructor_storageInfo); in android_mtp_MtpDevice_get_storage_info()