HomeSort by relevance Sort by last modified time
    Searched full:existingid (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 86 long existingId = ContentUris.parseId(mBaseUri);
87 if (existingId != id) Log.e(TAG, "id mismatch");
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 172 protected RawContactDelta getRawContact(Long existingId, ContentValues... entries) {
174 if (existingId != null) {
175 contact.put(RawContacts._ID, existingId);
    [all...]