Searched refs:nativeGetType (Results 1 – 3 of 3) sorted by relevance
98 private static native int nativeGetType(long windowPtr, int row, int column); in nativeGetType() method in CursorWindow397 return nativeGetType(mWindowPtr, row - mStartPos, column); in getType()
190 static jint nativeGetType(JNIEnv* env, jclass clazz, jlong windowPtr, in nativeGetType() function560 (void*)nativeGetType },
17240 Landroid/database/CursorWindow;->nativeGetType(JII)I