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