Searched defs:SYNC_UPLOAD_ONLY (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
H A DOmtpVvmSyncService.java54 public static final String SYNC_UPLOAD_ONLY = "upload_only"; field in class:OmtpVvmSyncService
127 copyIntent.setAction(SYNC_UPLOAD_ONLY);
257 if (SYNC_FULL_SYNC.equals(action) || SYNC_UPLOAD_ONLY.equals(action)) {
278 action = SYNC_UPLOAD_ONLY;

Completed in 205 milliseconds