HomeSort by relevance Sort by last modified time
    Searched refs:nativeAllocRow (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/database/
CursorWindow.java 71 private static native boolean nativeAllocRow(int windowPtr);
265 return nativeAllocRow(mWindowPtr);
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 145 static jboolean nativeAllocRow(JNIEnv* env, jclass clazz, jint windowPtr) {
500 { "nativeAllocRow", "(I)Z",
501 (void*)nativeAllocRow },

Completed in 17 milliseconds