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);
257 return nativeAllocRow(mWindowPtr);
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 141 static jboolean nativeAllocRow(JNIEnv* env, jclass clazz, jint windowPtr) {
496 { "nativeAllocRow", "(I)Z",
497 (void*)nativeAllocRow },

Completed in 419 milliseconds