Searched refs:nativeAllocRow (Results 1 – 4 of 4) sorted by relevance
90 private static native boolean nativeAllocRow(long windowPtr); in nativeAllocRow() method in CursorWindow305 return nativeAllocRow(mWindowPtr); in allocRow()
69 public static boolean nativeAllocRow(long windowPtr) { in nativeAllocRow() method in CursorWindow_host
179 static jboolean nativeAllocRow(JNIEnv* env, jclass clazz, jlong windowPtr) { in nativeAllocRow() function556 (void*)nativeAllocRow },
14349 Landroid/database/CursorWindow;->nativeAllocRow(J)Z