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.cpp63 jmethodID constructor_storageInfo; variable
315 jobject info = env->NewObject(clazz_storageInfo, constructor_storageInfo); in android_mtp_MtpDevice_get_storage_info()
835 constructor_storageInfo = env->GetMethodID(clazz, "<init>", "()V"); in register_android_mtp_MtpDevice()
836 if (constructor_storageInfo == NULL) { in register_android_mtp_MtpDevice()