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