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

  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 216 private static final int OPEN_READ_MASK = 0x00000001; // update native code if changing
775 mConfigurationLocked.openFlags = (mConfigurationLocked.openFlags & ~OPEN_READ_MASK)
    [all...]
  /frameworks/base/core/jni/
android_database_SQLiteConnection.cpp 75 OPEN_READ_MASK = 0x00000001,
    [all...]

Completed in 388 milliseconds