HomeSort by relevance Sort by last modified time
    Searched defs:insertPhoto (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/tests/src/com/android/photos/data/
PhotoDatabaseUtils.java 100 public static boolean insertPhoto(SQLiteDatabase db, Integer width, Integer height,
PhotoDatabaseTest.java 123 assertFalse(PhotoDatabaseUtils.insertPhoto(db, width, height, dateTaken, null, null,
127 assertFalse(PhotoDatabaseUtils.insertPhoto(db, null, height, dateTaken, null, mimeType,
131 assertFalse(PhotoDatabaseUtils.insertPhoto(db, width, null, dateTaken, null, mimeType,
135 assertFalse(PhotoDatabaseUtils.insertPhoto(db, width, height, null, null, mimeType,
139 assertFalse(PhotoDatabaseUtils.insertPhoto(db, width, height, dateTaken, null,
143 assertTrue(PhotoDatabaseUtils.insertPhoto(db, width, height, dateTaken, null, mimeType,
155 PhotoDatabaseUtils.insertPhoto(db, 100, 100, 100L, PARENT_ID1, mimeType, 100L);
191 assertTrue(PhotoDatabaseUtils.insertPhoto(db, 100, 100, 100L, PARENT_ID1, mimeType,
PhotoProviderTest.java 85 PhotoDatabaseUtils.insertPhoto(db, 100, 100, System.currentTimeMillis(), mAlbumId,
192 PhotoDatabaseUtils.insertPhoto(db, 100, 100, System.currentTimeMillis(), null,
194 PhotoDatabaseUtils.insertPhoto(db, 100, 100, System.currentTimeMillis(), null,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 344 protected Uri insertPhoto(long rawContactId) {
353 protected Uri insertPhoto(long rawContactId, int resourceId) {
    [all...]
ContactsProvider2Test.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java     [all...]

Completed in 223 milliseconds