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