Home
last modified time | relevance | path

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

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java58 public static final String SAMPLE_GROUP_NAME = "Sample Group"; field in ContactManager
68 new String[] { account.name, account.type, SAMPLE_GROUP_NAME }, null); in ensureSampleGroupExists()
84 contentValues.put(Groups.TITLE, SAMPLE_GROUP_NAME); in ensureSampleGroupExists()