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
126
public static final String
STREAM_ITEM_PHOTOS
= "
stream_item_photos
";
154
STREAM_ITEM_PHOTOS
,
620
final String CONCRETE_ID = Tables.
STREAM_ITEM_PHOTOS
+ "." + BaseColumns._ID;
621
final String CONCRETE_STREAM_ITEM_ID = Tables.
STREAM_ITEM_PHOTOS
+ "."
624
Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SORT_INDEX;
625
final String CONCRETE_PHOTO_FILE_ID = Tables.
STREAM_ITEM_PHOTOS
+ "."
627
final String CONCRETE_SYNC1 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC1;
628
final String CONCRETE_SYNC2 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC2;
629
final String CONCRETE_SYNC3 = Tables.
STREAM_ITEM_PHOTOS
+ "." + StreamItemPhotos.SYNC3
[
all
...]
ContactsProvider2.java
[
all
...]
Completed in 29 milliseconds