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

/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 126 milliseconds