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.java69 /* package */static final int TABLE = 100; field in class:TestProvider
130 sURIMatcher.addURI(AUTHORITY, table, TABLE);
150 case TABLE:
189 case TABLE:
227 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.java758 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.EmailQuery
774 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.Upgrade303Query
794 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.StructuredNameQuery
811 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.NicknameQuery
827 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field in interface:ContactsDatabaseHelper.StructName205Query
900 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field in interface:ContactsDatabaseHelper.Organization205Query
1120 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
1139 db.execSQL("CREATE TABLE IF NOT EXISTS "
1213 db.execSQL("CREATE TABLE " + Tables.ACCOUNTS + " (" +
1221 db.execSQL("CREATE TABLE "
[all...]
H A DContactsProvider2.java500 public static final String TABLE = "data " field in interface:ContactsProvider2.DataContactsQuery
525 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; field in interface:ContactsProvider2.RawContactsQuery
2548 String TABLE = Tables.RAW_CONTACTS_JOIN_METADATA_SYNC; field in interface:ContactsProvider2.MetadataSyncQuery
2566 final Cursor cursor = db.query(MetadataSyncQuery.TABLE,
3426 cursor = db.query(DataContactsQuery.TABLE, DataContactsQuery.PROJECTION,
4380 String TABLE = Views.GROUPS; field in interface:ContactsProvider2.GroupAccountQuery
4428 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS,
4542 Cursor cursor = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
4920 String TABLE = Tables.RAW_CONTACTS; field in interface:ContactsProvider2.RawContactsBackupQuery
4941 final Cursor cursor = db.query(RawContactsBackupQuery.TABLE,
4955 String TABLE = Tables.DATA; field in interface:ContactsProvider2.DataHashQuery
5010 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field in interface:ContactsProvider2.AggregationExceptionQuery
7730 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupBySourceIdQuery
7786 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupByRawContactIdQuery
7841 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:ContactsProvider2.LookupByDisplayNameQuery
9803 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.java561 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAggregationModeQuery
576 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE,
656 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAccountQuery
681 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
888 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdQuery
937 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field in interface:AbstractContactAggregator.AggregateExceptionPrefetchQuery
964 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE,
983 String TABLE = Tables.NAME_LOOKUP; field in interface:AbstractContactAggregator.NameLookupQuery
1002 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS,
1019 String TABLE field in interface:AbstractContactAggregator.AggregateExceptionQuery
1049 String TABLE = Tables.NAME_LOOKUP field in interface:AbstractContactAggregator.NameLookupMatchQueryWithParameter
1149 String TABLE = Tables.DATA + " dataA" field in interface:AbstractContactAggregator.EmailLookupQuery
1175 String TABLE = Tables.PHONE_LOOKUP + " phoneA" field in interface:AbstractContactAggregator.PhoneLookupQuery
1205 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:AbstractContactAggregator.ContactNameLookupQuery
1845 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 304 milliseconds