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