Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
DOmtpMessageReceiver.java38 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService;
133 serviceIntent = OmtpVvmSyncService.getSyncIntent(mContext, in processSync()
134 OmtpVvmSyncService.SYNC_DOWNLOAD_ONE_TRANSCRIPTION, mPhoneAccount, in processSync()
139 serviceIntent = OmtpVvmSyncService.getSyncIntent( in processSync()
140 mContext, OmtpVvmSyncService.SYNC_DOWNLOAD_ONLY, mPhoneAccount, in processSync()
175 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in updateSource()
176 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in updateSource()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
DVvmPhoneStateListener.java29 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService;
80 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged()
81 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in onServiceStateChanged()
97 mContext.stopService(OmtpVvmSyncService.getSyncIntent( in onServiceStateChanged()
98 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in onServiceStateChanged()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncReceiver.java33 Intent syncIntent = OmtpVvmSyncService in onReceive()
34 .getSyncIntent(context, OmtpVvmSyncService.SYNC_FULL_SYNC, null, true); in onReceive()
35 intent.putExtra(OmtpVvmSyncService.EXTRA_IS_MANUAL_SYNC, true); in onReceive()
DOmtpVvmSyncService.java49 public class OmtpVvmSyncService extends IntentService { class
51 private static final String TAG = OmtpVvmSyncService.class.getSimpleName();
93 public OmtpVvmSyncService() { in OmtpVvmSyncService() method in OmtpVvmSyncService
118 Intent serviceIntent = new Intent(context, OmtpVvmSyncService.class); in getSyncIntent()
427 Intent serviceIntent = new Intent(this, OmtpVvmSyncService.class); in setRetryAlarm()
429 serviceIntent.putExtra(OmtpVvmSyncService.EXTRA_PHONE_ACCOUNT, phoneAccount); in setRetryAlarm()
DVoicemailProviderChangeReceiver.java33 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in onReceive()
34 context, OmtpVvmSyncService.SYNC_UPLOAD_ONLY, null, true /* firstAttempt */); in onReceive()
DOmtpVvmSourceManager.java114 OmtpVvmSyncService.cancelAllRetries(mContext, phoneAccount); in removeSource()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
DImapHelper.java52 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService.TranscriptionFetchedCallback;