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