HomeSort by relevance Sort by last modified time
    Searched refs:database (Results 251 - 275 of 1214) sorted by null

<<11121314151617181920>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
CommonNicknameCache.java 23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteDatabase;
58 * Read all known common nicknames from the database and populate a Bloom
60 * of unnecessary database lookups for nicknames. Given a name, we will take
62 * that the name is not in the database. If it is, we still need to run a
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 21 import android.database.Cursor;
22 import android.database.sqlite.SQLiteException;
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 17 package android.database.cts;
21 import android.database.Cursor;
22 import android.database.CursorIndexOutOfBoundsException;
23 import android.database.CursorWrapper;
24 import android.database.DataSetObserver;
25 import android.database.DatabaseUtils;
26 import android.database.sqlite.SQLiteCursor;
27 import android.database.sqlite.SQLiteCursorDriver;
28 import android.database.sqlite.SQLiteDatabase;
29 import android.database.sqlite.SQLiteQuery
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsProvider.java 25 import android.database.Cursor;
26 import android.database.sqlite.SQLiteDatabase;
27 import android.database.sqlite.SQLiteOpenHelper;
28 import android.database.sqlite.SQLiteQueryBuilder;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Gallery2.java 20 import android.database.Cursor;
48 // Map the NAME column in the people database to...
List3.java 20 import android.database.Cursor;
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk3_4.java 22 import android.database.Cursor;
ContactAccessorSdk5.java 21 import android.database.Cursor;
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 21 import android.database.Cursor;
80 * completes. In a sample app, going against a simple provider based on a local database,
151 * local database, the block will be momentary, but in a real app you should use
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
SharingSupportProvider.java 21 import android.database.Cursor;
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 19 import android.database.DatabaseUtils;
23 * Static methods for helping us build database query selection strings.
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 20 import android.database.Cursor;
66 // Get all of the notes from the database and create the item list
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.cpp 88 // Asynchronously load the database in this thread.
102 // Load the default HRTF database.
112 // Start the asynchronous database loading process.
114 m_databaseLoaderThread = createThread(databaseLoaderEntry, this, "HRTF database loader");
136 return s_loader->database();
  /external/webkit/Source/WebCore/platform/sql/
SQLiteStatement.h 92 SQLiteDatabase* database() { return &m_database; } function in class:WebCore::SQLiteStatement
  /frameworks/base/core/java/android/database/
BulkCursorDescriptor.java 17 package android.database;
ContentObserver.java 17 package android.database;
Cursor.java 17 package android.database;
27 * by a database query.
355 * Since this method could execute a query on the database and potentially take
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabaseConfiguration.java 17 package android.database.sqlite;
24 * Describes how to configure a database.
27 * configuration settings that are applied to a database after it
38 // The pattern we use to strip email addresses from database paths
49 * The database path.
54 * The label to use to describe the database when it appears in logs.
60 * The flags used to open the database.
65 * The maximum size of the prepared statement cache for each database connection.
73 * The database locale.
93 * Creates a database configuration with the required parameters for opening
    [all...]
SQLiteDebug.java 17 package android.database.sqlite;
60 * True to enable database performance testing instrumentation.
111 /** a list of {@link DbStats} - one for each main database opened by the applications
118 * contains statistics about a database
121 /** name of the database */
124 /** the page size for the database */
127 /** the database size */
147 * return all pager and database stats for the current process.
159 * @param printer The printer for dumping database state.
SQLiteGlobal.java 17 package android.database.sqlite;
24 * Provides access to SQLite functions that affect all database connection,
59 * Gets the default page size to use when creating a database.
89 * Gets the default database synchronization mode when WAL is not in use.
98 * Gets the database synchronization mode when in WAL mode.
107 * Gets the WAL auto-checkpoint integer in database pages.
SQLiteStatement.java 17 package android.database.sqlite;
22 * Represents a statement that can be executed against a database. The statement
38 * @throws android.database.SQLException If the SQL string is invalid for
58 * @throws android.database.SQLException If the SQL string is invalid for
80 * @throws android.database.SQLException If the SQL string is invalid for
102 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
123 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
144 * @throws android.database.sqlite.SQLiteDoneException if the query returns zero rows
  /frameworks/base/core/java/android/widget/
CursorFilter.java 19 import android.database.Cursor;
ResourceCursorAdapter.java 20 import android.database.Cursor;
100 * android.database.Cursor, ViewGroup)
ResourceCursorTreeAdapter.java 20 import android.database.Cursor;
41 * @param cursor The database cursor
68 * @param cursor The database cursor
86 * @param cursor The database cursor
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 17 package com.android.internal.database;
19 import android.database.AbstractCursor;
20 import android.database.Cursor;
21 import android.database.DataSetObserver;
26 * performance is ever obtained, it can be put back under android.database.

Completed in 1591 milliseconds

<<11121314151617181920>>