Searched refs:nativePutNull (Results 1 – 3 of 3) sorted by relevance
109 private static native boolean nativePutNull(long windowPtr, int row, int column); in nativePutNull() method in CursorWindow705 return nativePutNull(mWindowPtr, row - mStartPos, column); in putNull()
509 static jboolean nativePutNull(JNIEnv* env, jclass clazz, jlong windowPtr, in nativePutNull() function571 (void*)nativePutNull },
17244 Landroid/database/CursorWindow;->nativePutNull(JII)Z