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

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 389 .newInsert(addCallerIsSyncAdapterParameter(uri, isSyncOperation))
396 .newUpdate(addCallerIsSyncAdapterParameter(uri, isSyncOperation))
403 .newDelete(addCallerIsSyncAdapterParameter(uri, isSyncOperation))
407 private static Uri addCallerIsSyncAdapterParameter(Uri uri, boolean isSyncOperation) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java 397 addCallerIsSyncAdapterParameter(Groups.CONTENT_URI))
408 private static Uri addCallerIsSyncAdapterParameter(Uri uri) {
    [all...]

Completed in 95 milliseconds