Searched refs:method_sessionEnded (Results 1 – 1 of 1) sorted by relevance
74 static jmethodID method_sessionEnded; variable1232 env->CallVoidMethod(mDatabase, method_sessionEnded); in sessionEnded()1376 method_sessionEnded = env->GetMethodID(clazz, "sessionEnded", "()V"); in register_android_mtp_MtpDatabase()1377 if (method_sessionEnded == NULL) { in register_android_mtp_MtpDatabase()