Searched defs:database (Results 1 - 11 of 11) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
H A DContactUpdateUtils.java17 package com.android.contacts.common.database;
H A DEmptyCursor.java17 package com.android.contacts.common.database;
19 import android.database.AbstractCursor;
20 import android.database.CursorIndexOutOfBoundsException;
H A DNoNullCursorAsyncQueryHandler.java17 package com.android.contacts.common.database;
21 import android.database.Cursor;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/database/
H A DMoreDatabaseUtilTest.java17 package com.android.providers.contacts.database;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java17 package com.android.providers.contacts.database;
23 import android.database.Cursor;
24 import android.database.sqlite.SQLiteDatabase;
41 * @param db The sqlite database instance.
69 * @param db The sqlite database instance.
90 // android.database.sqlite.SQLiteException: too many SQL variables (code 1)
108 * @param db The sqlite database instance.
H A DDeletedContactsTableUtil.java17 package com.android.providers.contacts.database;
20 import android.database.sqlite.SQLiteDatabase;
34 * @param db The sqlite database instance.
69 * @param db The database instance to use.
H A DMoreDatabaseUtils.java17 package com.android.providers.contacts.database;
22 * Static methods for database operations.
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandlerTest.java17 package com.android.contacts.common.database;
19 import android.database.Cursor;
/packages/apps/Nfc/nci/jni/
H A DRouteDataSet.cpp326 ** database: store data in this database.
331 void RouteDataSet::importProtocolRoute (xmlNodePtr& element, Database& database) argument
388 database.push_back (data);
398 ** database: store data in this database.
403 void RouteDataSet::importTechnologyRoute (xmlNodePtr& element, Database& database) argument
458 database.push_back (data);
486 ** Description: Obtain a database of routing data.
487 ** selection: which database
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWidgetPreviewLoader.java10 import android.database.Cursor;
11 import android.database.sqlite.SQLiteDatabase;
12 import android.database.sqlite.SQLiteOpenHelper;
273 public void onCreate(SQLiteDatabase database) { argument
274 database.execSQL("CREATE TABLE IF NOT EXISTS " + TABLE_NAME + " (" +
/packages/apps/Email/src/com/android/email/provider/
H A DEmailProvider.java29 import android.database.ContentObserver;
30 import android.database.Cursor;
31 import android.database.MatrixCursor;
32 import android.database.sqlite.SQLiteDatabase;
33 import android.database.sqlite.SQLiteException;
449 * @param db the EmailProvider database
467 // Always return the cached database, if we've got one
486 // Restore accounts if the database is corrupted...
594 * Restore user Account and HostAuth data from our backup database
603 // In the 1:1000000000 chance that the user gets an app update just as his database become
642 deleteMessageOrphans(SQLiteDatabase database, String tableName) argument
[all...]

Completed in 159 milliseconds