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