Searched refs:nativeGetNumRows (Results 1 – 3 of 3) sorted by relevance
89 private static native int nativeGetNumRows(long windowPtr); in nativeGetNumRows() method in CursorWindow260 return nativeGetNumRows(mWindowPtr); in getNumRows()
167 static jint nativeGetNumRows(JNIEnv* env, jclass clazz, jlong windowPtr) { in nativeGetNumRows() function552 (void*)nativeGetNumRows },
17238 Landroid/database/CursorWindow;->nativeGetNumRows(J)I