Home
last modified time | relevance | path

Searched refs:newGroupUri (Results 1 – 1 of 1) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java87 final Uri newGroupUri = resolver.insert(Groups.CONTENT_URI, contentValues); in ensureSampleGroupExists() local
88 groupId = ContentUris.parseId(newGroupUri); in ensureSampleGroupExists()