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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 267 newInsertCpo(addCallerIsSyncAdapterParameter(Data.CONTENT_URI),
290 addCallerIsSyncAdapterParameter(uri)).withYieldAllowed(yield);
296 addCallerIsSyncAdapterParameter(uri)).withYieldAllowed(yield);
302 addCallerIsSyncAdapterParameter(uri)).withYieldAllowed(yield);
306 private static Uri addCallerIsSyncAdapterParameter(Uri uri) {
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 132 static Uri addCallerIsSyncAdapterParameter(Uri uri) {
176 client.insert(addCallerIsSyncAdapterParameter(Settings.CONTENT_URI), cv);
625 ops.add(ContentProviderOperation.newDelete(addCallerIsSyncAdapterParameter(u))
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 471 .newUpdate(mUngrouped ? Settings.CONTENT_URI : addCallerIsSyncAdapterParameter(Groups.CONTENT_URI));
495 private static Uri addCallerIsSyncAdapterParameter(Uri uri) {
    [all...]

Completed in 218 milliseconds