Searched refs:method_sessionStarted (Results 1 – 1 of 1) sorted by relevance
73 static jmethodID method_sessionStarted; variable1220 env->CallVoidMethod(mDatabase, method_sessionStarted); in sessionStarted()1365 method_sessionStarted = env->GetMethodID(clazz, "sessionStarted", "()V"); in register_android_mtp_MtpDatabase()1366 if (method_sessionStarted == NULL) { in register_android_mtp_MtpDatabase()