OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite
(Results
326 - 350
of
419
) sorted by null
<<
11
12
13
14
15
16
17
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java
26
import android.database.
sqlite
.SQLiteDatabase;
27
import android.database.
sqlite
.SQLiteDoneException;
28
import android.database.
sqlite
.SQLiteException;
29
import android.database.
sqlite
.SQLiteOpenHelper;
[
all
...]
CalendarInstancesHelper.java
29
import android.database.
sqlite
.SQLiteDatabase;
30
import android.database.
sqlite
.SQLiteQueryBuilder;
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java
21
import android.database.
sqlite
.SQLiteDatabase;
SearchIndexManager.java
20
import android.database.
sqlite
.SQLiteDatabase;
410
* Token separator that matches
SQLite
's "simple" tokenizer.
419
* Tokenize a string in the way as that of
SQLite
's "simple" tokenizer.
434
* rules as
SQLite
's "simple" tokenizer. Each token is added to the retokenizer and then
CallLogProvider.java
34
import android.database.
sqlite
.SQLiteDatabase;
35
import android.database.
sqlite
.SQLiteQueryBuilder;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperTest.java
21
import android.database.
sqlite
.SQLiteDatabase;
/frameworks/base/
compiled-classes-phone
[
all
...]
/frameworks/base/core/java/android/content/
Context.java
43
import android.database.
sqlite
.SQLiteDatabase;
44
import android.database.
sqlite
.SQLiteDatabase.CursorFactory;
[
all
...]
ContextWrapper.java
26
import android.database.
sqlite
.SQLiteDatabase;
27
import android.database.
sqlite
.SQLiteDatabase.CursorFactory;
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java
17
package android.database.
sqlite
;
25
import android.database.
sqlite
.SQLiteDebug.DbStats;
42
* Represents a
SQLite
database connection.
49
* When the
SQLite
WAL feature is enabled, multiple readers and one writer
69
* The connection object object owns *all* of the
SQLite
related native
74
* its associated
SQLite
state -- there are none.
83
* This class must tolerate reentrant execution of
SQLite
operations because
84
* triggers may call custom
SQLite
functions that perform additional queries.
115
// Because
SQLite
statement execution can be reentrant, we keep track of how many
[
all
...]
SQLiteDatabase.java
17
package android.database.
sqlite
;
27
import android.database.
sqlite
.SQLiteDebug.DbStats;
49
* Exposes methods to manage a
SQLite
database.
63
* In addition to
SQLite
's default <code>BINARY</code> collator, Android supplies
94
// Error handler to be used when
SQLite
returns corruption errors.
191
* of
SQLite
can exhibit O(N^2) performance (where N is the number of characters in
303
* Attempts to release memory that
SQLite
holds but does not require to
682
* used to handle corruption when
sqlite
reports database corruption.</p>
689
* when
sqlite
reports database corruption
818
* Create a memory backed
SQLite
database. Its contents will be destroye
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
30
import android.database.
sqlite
.SQLiteDatabase;
31
import android.database.
sqlite
.SQLiteException;
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java
22
import android.database.
sqlite
.SQLiteCursor;
23
import android.database.
sqlite
.SQLiteDatabase;
[
all
...]
/packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java
33
import android.database.
sqlite
.SQLiteDatabase;
34
import android.database.
sqlite
.SQLiteOpenHelper;
[
all
...]
/packages/apps/Settings/src/com/android/settings/search/
Index.java
32
import android.database.
sqlite
.SQLiteDatabase;
33
import android.database.
sqlite
.SQLiteException;
34
import android.database.
sqlite
.SQLiteFullException;
[
all
...]
/packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java
34
import android.database.
sqlite
.SQLiteDatabase;
35
import android.database.
sqlite
.SQLiteOpenHelper;
36
import android.database.
sqlite
.SQLiteQueryBuilder;
[
all
...]
/cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java
27
import android.database.
sqlite
.SQLiteDatabase;
/cts/tests/tests/widget/src/android/widget/cts/
CursorTreeAdapterTest.java
24
import android.database.
sqlite
.SQLiteDatabase;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java
12
import android.database.
sqlite
.SQLiteCursor;
/frameworks/base/drm/java/android/drm/
DrmManagerClient.java
23
import android.database.
sqlite
.SQLiteException;
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java
24
import android.database.
sqlite
.SQLiteDatabase;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java
26
import android.database.
sqlite
.SQLiteDiskIOException;
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java
37
import android.database.
sqlite
.SQLiteDatabase;
/frameworks/base/test-runner/src/android/test/mock/
MockContext.java
35
import android.database.
sqlite
.SQLiteDatabase;
/packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java
20
import android.database.
sqlite
.SQLiteFullException;
Completed in 2933 milliseconds
<<
11
12
13
14
15
16
17