Home
last modified time | relevance | path

Searched refs:copyIntent (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java153 Intent copyIntent = new Intent(intent); in cancelRetriesForIntent() local
154 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()