OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SQLiteGlobal
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteGlobal.java
27
* The native code associated with
SQLiteGlobal
is also sets global configuration options
37
public final class
SQLiteGlobal
{
38
private static final String TAG = "
SQLiteGlobal
";
45
private
SQLiteGlobal
() {
SQLiteConnection.java
250
final long newValue =
SQLiteGlobal
.getDefaultPageSize();
260
final long newValue =
SQLiteGlobal
.getWALAutoCheckpoint();
270
final long newValue =
SQLiteGlobal
.getJournalSizeLimit();
292
setSyncMode(
SQLiteGlobal
.getWALSyncMode());
294
setJournalMode(
SQLiteGlobal
.getDefaultJournalMode());
295
setSyncMode(
SQLiteGlobal
.getDefaultSyncMode());
[
all
...]
SQLiteConnectionPool.java
[
all
...]
SQLiteDatabase.java
307
return
SQLiteGlobal
.releaseMemory();
[
all
...]
Completed in 1175 milliseconds