OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHOTO_FILES
(Results
1 - 5
of
5
) sorted by null
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoStoreTest.java
142
Cursor c = mDb.query(Tables.
PHOTO_FILES
,
163
Cursor c = mDb.query(Tables.
PHOTO_FILES
,
187
Cursor c = mDb.query(Tables.
PHOTO_FILES
, new String[]{PhotoFiles._ID},
233
Cursor c = mDb.query(Tables.
PHOTO_FILES
, new String[]{PhotoFiles._ID},
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoStore.java
93
mDb.delete(Tables.
PHOTO_FILES
, null, null);
204
long id = mDb.insert(Tables.
PHOTO_FILES
, null, values);
273
mDb.delete(ContactsDatabaseHelper.Tables.
PHOTO_FILES
, PhotoFilesColumns.CONCRETE_ID + "=?",
ContactsDatabaseHelper.java
129
public static final String
PHOTO_FILES
= "
photo_files
";
157
PHOTO_FILES
,
[
all
...]
ContactsProvider2.java
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java
[
all
...]
Completed in 50 milliseconds