Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java59 public static final String SYNC_FULL_SYNC = "full_sync"; field in OmtpVvmSyncService
138 cancelRetriesForIntent(context, getSyncIntent(context, SYNC_FULL_SYNC, phoneAccount, in cancelAllRetries()
154 if (SYNC_FULL_SYNC.equals(copyIntent.getAction())) { in cancelRetriesForIntent()
203 if (SYNC_FULL_SYNC.equals(action)) { in setupAndSendRequest()
284 if (SYNC_FULL_SYNC.equals(action) || SYNC_UPLOAD_ONLY.equals(action)) { in syncAll()
287 if (SYNC_FULL_SYNC.equals(action) || SYNC_DOWNLOAD_ONLY.equals(action)) { in syncAll()
DOmtpVvmSyncReceiver.java34 .getSyncIntent(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true); in onReceive()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java81 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in onServiceStateChanged()
98 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in onServiceStateChanged()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
DOmtpMessageReceiver.java176 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in updateSource()