Home
last modified time | relevance | path

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

/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/sms/
DOmtpMessageReceiver.java36 import com.android.phone.vvm.omtp.sync.OmtpVvmSyncService;
117 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in processSync()
118 mContext, OmtpVvmSyncService.SYNC_DOWNLOAD_ONLY, mPhoneAccount, in processSync()
150 Intent serviceIntent = OmtpVvmSyncService.getSyncIntent( in updateSource()
151 mContext, OmtpVvmSyncService.SYNC_FULL_SYNC, mPhoneAccount, in updateSource()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java48 public class OmtpVvmSyncService extends IntentService { class
49 private static final String TAG = OmtpVvmSyncService.class.getSimpleName();
72 public OmtpVvmSyncService() { in OmtpVvmSyncService() method in OmtpVvmSyncService
92 Intent serviceIntent = new Intent(context, OmtpVvmSyncService.class); in getSyncIntent()
316 Intent serviceIntent = new Intent(this, OmtpVvmSyncService.class); in setRetryAlarm()
318 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()