HomeSort by relevance Sort by last modified time
    Searched refs:SYNC_FULL_SYNC (Results 1 - 4 of 4) sorted by null

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
OmtpVvmSyncReceiver.java 34 .getSyncIntent(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true);
OmtpVvmSyncService.java 59 public static final String SYNC_FULL_SYNC = "full_sync";
138 cancelRetriesForIntent(context, getSyncIntent(context, SYNC_FULL_SYNC, phoneAccount,
154 if (SYNC_FULL_SYNC.equals(copyIntent.getAction())) {
203 if (SYNC_FULL_SYNC.equals(action)) {
284 if (SYNC_FULL_SYNC.equals(action) || SYNC_UPLOAD_ONLY.equals(action)) {
287 if (SYNC_FULL_SYNC.equals(action) || SYNC_DOWNLOAD_ONLY.equals(action)) {
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
VvmPhoneStateListener.java 81 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount,
98 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount,
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
OmtpMessageReceiver.java 176 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount,

Completed in 44 milliseconds