/**@class android.content.SyncActivityTooManyDeletes
 implements android.widget.AdapterView.OnItemClickListener

@extends android.app.Activity

 Presents multiple options for handling the case where a sync was aborted because there
 were too many pending deletes. One option is to force the delete, another is to rollback
 the deletes, the third is to do nothing.
 @hide
*/
var SyncActivityTooManyDeletes = {

/**
*/
onItemClick : function(  ) {},


};