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