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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 179 String cellPhone, String officePhone, String homePhone, String email,
188 mHomePhone = homePhone;
221 final String homePhone = !contact.isNull("h") ? contact.getString("h") : null;
228 officePhone, homePhone, email, status, avatarUrl, deleted,
240 String cellPhone, String officePhone, String homePhone,
244 homePhone, email, status, null, deleted, serverContactId, rawContactId,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 467 String homePhone = null;
494 homePhone = c.getString(DataQuery.COLUMN_PHONE_NUMBER);
509 workPhone, homePhone, email, null, false, rawContactId, serverId);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoexstr.h 140 #define cdoHomePhone L"urn:schemas:contacts:homePhone"

Completed in 713 milliseconds