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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DFilterStackDBHelper.java27 private static final String SQL_CREATE_TABLE = "CREATE TABLE ";
33 public static final String TABLE = "filterstack"; field in interface:FilterStackDBHelper.FilterStack
60 createTable(db, FilterStack.TABLE, CREATE_FILTER_STACK);
65 dropTable(db, FilterStack.TABLE);
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProvider.java68 /* package */static final int TABLE = 100; field in class:TestProvider
120 sURIMatcher.addURI(AUTHORITY, table, TABLE);
140 case TABLE:
179 case TABLE:
217 case TABLE:
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DCommonNicknameCache.java48 public final static String TABLE = Tables.NICKNAME_LOOKUP; field in class:CommonNicknameCache.NicknameLookupPreloadQuery
71 Cursor cursor = mDb.query(NicknameLookupPreloadQuery.TABLE,
123 String TABLE = Tables.NICKNAME_LOOKUP; field in interface:CommonNicknameCache.NicknameLookupQuery
134 Cursor cursor = mDb.query(NicknameLookupQuery.TABLE, NicknameLookupQuery.COLUMNS,
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java44 String TABLE = Tables.RAW_CONTACTS; field in interface:DataRowHandlerForGroupMembership.RawContactsQuery
193 Cursor c = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
H A DDataRowHandler.java45 public static final String TABLE = Tables.DATA_JOIN_MIMETYPES; field in interface:DataRowHandler.DataDeleteQuery
343 Cursor c = db.query(DataDeleteQuery.TABLE,
H A DContactsDatabaseHelper.java792 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.EmailQuery
808 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.StructuredNameQuery
825 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.NicknameQuery
1141 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.PRESENCE + " ("+
1160 db.execSQL("CREATE TABLE IF NOT EXISTS "
1233 db.execSQL("CREATE TABLE " + Tables.ACCOUNTS + " (" +
1255 db.execSQL("CREATE TABLE " + Tables.CONTACTS + " (" +
1283 db.execSQL("CREATE TABLE " + Tables.RAW_CONTACTS + " (" +
1349 db.execSQL("CREATE TABLE " + Tables.STREAM_ITEMS + " (" +
1365 db.execSQL("CREATE TABLE "
[all...]
H A DContactsProvider2.java498 public static final String TABLE = "data " field in interface:ContactsProvider2.DataContactsQuery
523 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; field in interface:ContactsProvider2.RawContactsQuery
2564 String TABLE = Tables.RAW_CONTACTS_JOIN_METADATA_SYNC; field in interface:ContactsProvider2.MetadataSyncQuery
2582 final Cursor cursor = db.query(MetadataSyncQuery.TABLE,
3442 cursor = db.query(DataContactsQuery.TABLE, DataContactsQuery.PROJECTION,
4379 String TABLE = Views.GROUPS; field in interface:ContactsProvider2.GroupAccountQuery
4427 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS,
4570 Cursor cursor = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
4949 String TABLE = Tables.RAW_CONTACTS; field in interface:ContactsProvider2.RawContactsBackupQuery
4970 final Cursor cursor = db.query(RawContactsBackupQuery.TABLE,
4984 String TABLE = Tables.DATA; field in interface:ContactsProvider2.DataHashQuery
5039 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field in interface:ContactsProvider2.AggregationExceptionQuery
7813 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupBySourceIdQuery
7869 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupByRawContactIdQuery
7924 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:ContactsProvider2.LookupByDisplayNameQuery
9906 String TABLE = Tables.DATA_USAGE_STAT; field in interface:ContactsProvider2.DataUsageStatQuery
[all...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java483 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS,
523 String TABLE = Tables.AGGREGATION_EXCEPTIONS field in interface:ContactAggregator.AggregateExceptionQuery
562 final Cursor c = db.query(AggregateExceptionQuery.TABLE,
687 final String TABLE = Tables.DATA + " dataA" field in interface:ContactAggregator.IdentityLookupMatchQuery
717 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS,
732 String TABLE = Tables.NAME_LOOKUP + " nameA" field in interface:ContactAggregator.NameLookupMatchQuery
763 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS,
788 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS,
805 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS,
847 String TABLE field in interface:ContactAggregator.ContactNameLookupQuery
[all...]
H A DContactAggregator2.java468 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS,
513 final Cursor c = db.query(AggregateExceptionQuery.TABLE,
559 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS,
583 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS,
613 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS,
644 Cursor c = db.query(NameLookupMatchQueryWithParameter.TABLE,
670 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS,
717 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:ContactAggregator2.ContactNameLookupQuery
740 final Cursor c = db.query(ContactNameLookupQuery.TABLE, ContactNameLookupQuery.COLUMNS,
814 final Cursor c = db.query(RawContactIdQuery.TABLE, RawContactIdQuer
935 final String TABLE = Tables.DATA + " dataA" field in interface:ContactAggregator2.IdentityLookupMatchQuery
961 String TABLE = Tables.NAME_LOOKUP + " nameA" field in interface:ContactAggregator2.NameLookupMatchQuery
990 String TABLE = Tables.DATA + " dataA" field in interface:ContactAggregator2.EmailLookupQuery
1015 String TABLE = Tables.PHONE_LOOKUP + " phoneA" field in interface:ContactAggregator2.PhoneLookupQuery
1044 final String TABLE = Tables.RAW_CONTACTS + " LEFT OUTER JOIN " + Tables.NAME_LOOKUP field in interface:ContactAggregator2.NullNameRawContactsIdsQuery
[all...]
H A DAbstractContactAggregator.java562 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAggregationModeQuery
577 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE,
657 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAccountQuery
682 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
889 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdQuery
942 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field in interface:AbstractContactAggregator.AggregateExceptionPrefetchQuery
969 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE,
988 String TABLE = Tables.NAME_LOOKUP; field in interface:AbstractContactAggregator.NameLookupQuery
1007 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS,
1024 String TABLE field in interface:AbstractContactAggregator.AggregateExceptionQuery
1054 String TABLE = Tables.NAME_LOOKUP field in interface:AbstractContactAggregator.NameLookupMatchQueryWithParameter
1154 String TABLE = Tables.DATA + " dataA" field in interface:AbstractContactAggregator.EmailLookupQuery
1180 String TABLE = Tables.PHONE_LOOKUP + " phoneA" field in interface:AbstractContactAggregator.PhoneLookupQuery
1210 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:AbstractContactAggregator.ContactNameLookupQuery
1850 String TABLE = Views.RAW_CONTACTS; field in interface:AbstractContactAggregator.LookupKeyQuery
[all...]
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java73 public static final String TABLE = "accounts"; field in interface:PhotoProvider.Accounts
77 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
95 public static final String TABLE = "photos"; field in interface:PhotoProvider.Photos
97 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
134 public static final String TABLE = "albums"; field in interface:PhotoProvider.Albums
136 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
171 public static final String TABLE = "metadata"; field in interface:PhotoProvider.Metadata
173 public static final Uri CONTENT_URI = Uri.withAppendedPath(BASE_CONTENT_URI, TABLE);
218 + Albums.TABLE;
220 + Photos.TABLE;
[all...]

Completed in 215 milliseconds