OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_ITEM_PHOTOS
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java
115
public static final String
STREAM_ITEM_PHOTOS
= "
stream_item_photos
";
143
STREAM_ITEM_PHOTOS
,
570
final String CONCRETE_ID = Tables.
STREAM_ITEM_PHOTOS
+ "." + BaseColumns._ID;
571
final String CONCRETE_STREAM_ITEM_ID = Tables.
STREAM_ITEM_PHOTOS
+ "."
574
Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SORT_INDEX;
575
final String CONCRETE_PHOTO_FILE_ID = Tables.
STREAM_ITEM_PHOTOS
+ "."
577
final String CONCRETE_SYNC1 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC1;
578
final String CONCRETE_SYNC2 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC2;
579
final String CONCRETE_SYNC3 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC3
[
all
...]
ContactsProvider2.java
[
all
...]
Completed in 348 milliseconds