Searched refs:SYNC_FULL_SYNC (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/ |
D | OmtpVvmSyncService.java | 59 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()
|
D | OmtpVvmSyncReceiver.java | 34 .getSyncIntent(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true); in onReceive()
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/ |
D | VvmPhoneStateListener.java | 81 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/ |
D | OmtpMessageReceiver.java | 176 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in updateSource()
|