Home
last modified time | relevance | path

Searched refs:TABLE (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java73 public static final String TABLE = "accounts"; field
77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
95 public static final String TABLE = "photos"; field
97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
134 public static final String TABLE = "albums"; field
136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
171 public static final String TABLE = "metadata"; field
173 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
218 + Albums.TABLE;
220 + Photos.TABLE;
[all …]
DPhotoDatabase.java88 createTable(db, Accounts.TABLE, getAccountTableDefinition()); in onCreate()
89 createTable(db, Albums.TABLE, getAlbumTableDefinition()); in onCreate()
90 createTable(db, Photos.TABLE, getPhotoTableDefinition()); in onCreate()
91 createTable(db, Metadata.TABLE, getMetadataTableDefinition()); in onCreate()
113 dropTable(db, Metadata.TABLE); in recreate()
114 dropTable(db, Photos.TABLE); in recreate()
115 dropTable(db, Albums.TABLE); in recreate()
116 dropTable(db, Accounts.TABLE); in recreate()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java565 public static final String TABLE = Tables.RAW_CONTACTS; field in ContactAggregator.RawContactIdAndAggregationModeQuery
580 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE, in markContactForAggregation()
658 public static final String TABLE = Tables.RAW_CONTACTS; field in ContactAggregator.RawContactIdAndAccountQuery
683 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE, in aggregateContact()
1290 public static final String TABLE = Tables.RAW_CONTACTS; field in ContactAggregator.RawContactIdQuery
1321 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS, in updateAggregationAfterVisibilityChange()
1389 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field
1416 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE, in prefetchAggregationExceptionIds()
1435 String TABLE = Tables.AGGREGATION_EXCEPTIONS field
1474 final Cursor c = db.query(AggregateExceptionQuery.TABLE, in pickBestMatchBasedOnExceptions()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
DFilterStackSource.java63 ret = (-1 != database.insert(FilterStack.TABLE, null, val)); in insertStack()
76 database.update(FilterStack.TABLE, val, FilterStack._ID + " = ?", in updateStackName()
88 ret = (0 != database.delete(FilterStack.TABLE, FilterStack._ID + " = ?", in removeStack()
100 database.delete(FilterStack.TABLE, null, null); in removeAllStacks()
112 c = database.query(FilterStack.TABLE, in getStack()
136 c = database.query(FilterStack.TABLE, in getAllUserPresets()
173 c = database.query(FilterStack.TABLE, in getAllStacks()
DFilterStackDBHelper.java33 public static final String TABLE = "filterstack"; field
60 createTable(db, FilterStack.TABLE, CREATE_FILTER_STACK); in onCreate()
65 dropTable(db, FilterStack.TABLE); in onUpgrade()
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DTestProvider.java69 /* package */static final int TABLE = 100; field in TestProvider
130 sURIMatcher.addURI(AUTHORITY, table, TABLE); in insert()
150 case TABLE: in query()
189 case TABLE: in update()
227 case TABLE: in update()
DTestProviderTests.java111 assertEquals(TestProvider.TABLE, TestProvider.sURIMatcher.match(TestProvider.uri(uri))); in testInsertQueryandDelete()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java48 public final static String TABLE = Tables.NICKNAME_LOOKUP; field in CommonNicknameCache.NicknameLookupPreloadQuery
71 Cursor cursor = mDb.query(NicknameLookupPreloadQuery.TABLE, in preloadNicknameBloomFilter()
123 String TABLE = Tables.NICKNAME_LOOKUP; field
134 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS, in loadNicknameClusters()
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMockProvider.java71 /*package*/ static final int TABLE = 100; field in MockProvider
130 sURIMatcher.addURI(AUTHORITY, table, TABLE); in insert()
150 case TABLE: in query()
189 case TABLE: in update()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java717 public static final String TABLE = Tables.DATA; field
733 public static final String TABLE = Tables.DATA; field
753 public static final String TABLE = Tables.DATA; field
770 public static final String TABLE = Tables.DATA; field
786 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field
859 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field
3034 Cursor cursor = db.query(StructName205Query.TABLE, in upgradeStructuredNamesToVersion205()
3117 Cursor cursor = db.query(Organization205Query.TABLE, Organization205Query.COLUMNS, in upgradeOrganizationsToVersion205()
3175 Cursor cursor = db.query(Upgrade303Query.TABLE, Upgrade303Query.COLUMNS, in upgradeEmailToVersion303()
3211 Cursor cursor = db.query(Upgrade303Query.TABLE, Upgrade303Query.COLUMNS, in upgradeNicknameToVersion303()
[all …]
DDataRowHandlerForGroupMembership.java45 String TABLE = Tables.RAW_CONTACTS; field
194 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
DDataRowHandler.java42 public static final String TABLE = Tables.DATA_JOIN_MIMETYPES; field
272 Cursor c = db.query(DataDeleteQuery.TABLE, in fixPrimary()
DContactsProvider2.java457 public static final String TABLE = "data " field
482 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; field
3266 cursor = db.query(DataContactsQuery.TABLE, DataContactsQuery.PROJECTION, in insertStatusUpdate()
4180 String TABLE = Views.GROUPS; field
4228 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS, in updateGroups()
4340 Cursor cursor = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS, in updateRawContact()
6905 String TABLE = Views.RAW_CONTACTS; field
6933 Cursor c = db.query(LookupBySourceIdQuery.TABLE, LookupBySourceIdQuery.COLUMNS, in lookupContactIdBySourceIds()
6961 String TABLE = Views.RAW_CONTACTS; field
6989 Cursor c = db.query(LookupByRawContactIdQuery.TABLE, LookupByRawContactIdQuery.COLUMNS, in lookupContactIdByRawContactIds()
[all …]