Searched refs:nativeGetLong (Results 1 – 3 of 3) sorted by relevance
98 private static native long nativeGetLong(long windowPtr, int row, int column); in nativeGetLong() method in CursorWindow542 return nativeGetLong(mWindowPtr, row - mStartPos, column); in getLong()
371 static jlong nativeGetLong(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetLong() function554 (void*)nativeGetLong },
17245 Landroid/database/CursorWindow;->nativeGetLong(JII)J