OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existingId
(Results
1 - 2
of
2
) 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/Contacts/tests/src/com/android/contacts/model/
RawContactModifierTests.java
165
protected RawContactDelta getRawContact(Long
existingId
, ContentValues... entries) {
167
if (
existingId
!= null) {
168
contact.put(RawContacts._ID,
existingId
);
[
all
...]
Completed in 1259 milliseconds