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

/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProvider.java71 /*package*/ static final int TABLE = 100; field in class:MockProvider
130 sURIMatcher.addURI(AUTHORITY, table, TABLE);
150 case TABLE:
189 case TABLE:
/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.java41 public static final String TABLE = Tables.DATA_JOIN_MIMETYPES; field in interface:DataRowHandler.DataDeleteQuery
271 Cursor c = db.query(DataDeleteQuery.TABLE,
H A DContactsDatabaseHelper.java733 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.EmailQuery
749 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.Upgrade303Query
769 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.StructuredNameQuery
786 public static final String TABLE = Tables.DATA; field in interface:ContactsDatabaseHelper.NicknameQuery
802 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field in interface:ContactsDatabaseHelper.StructName205Query
875 String TABLE = Tables.DATA_JOIN_RAW_CONTACTS; field in interface:ContactsDatabaseHelper.Organization205Query
1084 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
1103 db.execSQL("CREATE TABLE IF NOT EXISTS "
1172 db.execSQL("CREATE TABLE " + Tables.PROPERTIES + " (" +
1179 db.execSQL("CREATE TABLE "
[all...]
H A DContactsProvider2.java477 public static final String TABLE = "data " field in interface:ContactsProvider2.DataContactsQuery
502 String TABLE = Tables.RAW_CONTACTS_JOIN_ACCOUNTS; field in interface:ContactsProvider2.RawContactsQuery
3275 cursor = db.query(DataContactsQuery.TABLE, DataContactsQuery.PROJECTION,
4192 String TABLE = Views.GROUPS; field in interface:ContactsProvider2.GroupAccountQuery
4240 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS,
4352 Cursor cursor = db.query(RawContactsQuery.TABLE, RawContactsQuery.COLUMNS,
7071 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupBySourceIdQuery
7099 Cursor c = db.query(LookupBySourceIdQuery.TABLE, LookupBySourceIdQuery.COLUMNS,
7127 String TABLE = Views.RAW_CONTACTS; field in interface:ContactsProvider2.LookupByRawContactIdQuery
7155 Cursor c = db.query(LookupByRawContactIdQuery.TABLE, LookupByRawContactIdQuer
7182 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:ContactsProvider2.LookupByDisplayNameQuery
9019 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.java466 Cursor cursor = db.query(RawContactIdQuery.TABLE, RawContactIdQuery.COLUMNS,
511 final Cursor c = db.query(AggregateExceptionQuery.TABLE,
557 Cursor c = db.query(IdentityLookupMatchQuery.TABLE, IdentityLookupMatchQuery.COLUMNS,
581 Cursor c = db.query(NameLookupMatchQuery.TABLE, NameLookupMatchQuery.COLUMNS,
611 Cursor c = db.query(EmailLookupQuery.TABLE, EmailLookupQuery.COLUMNS,
642 Cursor c = db.query(NameLookupMatchQueryWithParameter.TABLE,
668 Cursor c = db.query(PhoneLookupQuery.TABLE, PhoneLookupQuery.COLUMNS,
715 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:ContactAggregator2.ContactNameLookupQuery
738 final Cursor c = db.query(ContactNameLookupQuery.TABLE, ContactNameLookupQuery.COLUMNS,
812 final Cursor c = db.query(RawContactIdQuery.TABLE, RawContactIdQuer
933 final String TABLE = Tables.DATA + " dataA" field in interface:ContactAggregator2.IdentityLookupMatchQuery
959 String TABLE = Tables.NAME_LOOKUP + " nameA" field in interface:ContactAggregator2.NameLookupMatchQuery
988 String TABLE = Tables.DATA + " dataA" field in interface:ContactAggregator2.EmailLookupQuery
1013 String TABLE = Tables.PHONE_LOOKUP + " phoneA" field in interface:ContactAggregator2.PhoneLookupQuery
1042 final String TABLE = Tables.RAW_CONTACTS + " LEFT OUTER JOIN " + Tables.NAME_LOOKUP field in interface:ContactAggregator2.NullNameRawContactsIdsQuery
[all...]
H A DAbstractContactAggregator.java551 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAggregationModeQuery
566 Cursor cursor = db.query(RawContactIdAndAggregationModeQuery.TABLE,
646 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdAndAccountQuery
671 Cursor cursor = db.query(RawContactIdAndAccountQuery.TABLE,
878 public static final String TABLE = Tables.RAW_CONTACTS; field in class:AbstractContactAggregator.RawContactIdQuery
927 String TABLE = Tables.AGGREGATION_EXCEPTIONS; field in interface:AbstractContactAggregator.AggregateExceptionPrefetchQuery
954 final Cursor c = db.query(AggregateExceptionPrefetchQuery.TABLE,
973 String TABLE = Tables.NAME_LOOKUP; field in interface:AbstractContactAggregator.NameLookupQuery
992 Cursor c = db.query(NameLookupQuery.TABLE, NameLookupQuery.COLUMNS,
1009 String TABLE field in interface:AbstractContactAggregator.AggregateExceptionQuery
1039 String TABLE = Tables.NAME_LOOKUP field in interface:AbstractContactAggregator.NameLookupMatchQueryWithParameter
1139 String TABLE = Tables.DATA + " dataA" field in interface:AbstractContactAggregator.EmailLookupQuery
1165 String TABLE = Tables.PHONE_LOOKUP + " phoneA" field in interface:AbstractContactAggregator.PhoneLookupQuery
1195 String TABLE = Tables.NAME_LOOKUP_JOIN_RAW_CONTACTS; field in interface:AbstractContactAggregator.ContactNameLookupQuery
1835 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 223 milliseconds