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