Searched refs:copyIntent (Results 1 – 1 of 1) sorted by relevance
153 Intent copyIntent = new Intent(intent); in cancelRetriesForIntent() local154 if (SYNC_FULL_SYNC.equals(copyIntent.getAction())) { in cancelRetriesForIntent()156 copyIntent.setAction(SYNC_DOWNLOAD_ONLY); in cancelRetriesForIntent()157 alarmManager.cancel(PendingIntent.getService(context, 0, copyIntent, 0)); in cancelRetriesForIntent()158 copyIntent.setAction(SYNC_UPLOAD_ONLY); in cancelRetriesForIntent()159 alarmManager.cancel(PendingIntent.getService(context, 0, copyIntent, 0)); in cancelRetriesForIntent()